extend generation descriptions

This commit is contained in:
Wladimir J. van der Laan
2011-05-27 22:06:30 +02:00
parent 0eba00447e
commit e923f8188d
3 changed files with 16 additions and 4 deletions

View File

@@ -106,7 +106,6 @@ QList<TransactionRecord> TransactionRecord::decomposeTransaction(const CWalletTx
if (wtx.IsInMainChain())
{
sub.status.maturity = TransactionStatus::MaturesIn;
sub.status.matures_in = wtx.GetBlocksToMaturity();
// Check if the block was requested by anyone