We need 20 additional confirmations
authorCryptoManiac <CryptoManiac@users.noreply.github.com>
Sat, 14 Feb 2015 00:37:42 +0000 (03:37 +0300)
committerCryptoManiac <CryptoManiac@users.noreply.github.com>
Sat, 14 Feb 2015 00:37:42 +0000 (03:37 +0300)
src/qt/transactiontablemodel.cpp

index b6e4530..1adc81b 100644 (file)
@@ -293,7 +293,7 @@ QString TransactionTableModel::formatTxStatus(const TransactionRecord *wtx) cons
 
     if (wtx->type == TransactionRecord::Generated)
     {
-        nNumConf = nCoinbaseMaturity;
+        nNumConf = nCoinbaseMaturity + 20;
     }
 
     switch(wtx->status.status)