Skip to content

Commit

Permalink
Merge pull request #43 from DigitalNoteXDN/master
Browse files Browse the repository at this point in the history
Merge with main repository
  • Loading branch information
CryptoCoderz committed Oct 12, 2020
2 parents 1859caf + c9c2533 commit 43bc19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/transactiondesc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx, TransactionReco

if (wtx.IsCoinBase() || wtx.IsCoinStake())
{
strHTML += "<br>" + tr("Generated coins must mature 80 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to \"not accepted\" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.") + "<br>";
strHTML += "<br>" + tr("Generated coins must mature 90 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to \"not accepted\" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.") + "<br>";
}


Expand Down

0 comments on commit 43bc19f

Please sign in to comment.