aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-06-30 01:56:29 -0700
committerWladimir J. van der Laan <[email protected]>2012-06-30 01:56:29 -0700
commitb5ec1da9e9d7d9c0b18a21e9f3867f356420ec8a (patch)
treeb04ebbe71af68e9babbbb2ff30da56c17dc75d84 /src
parentMerge pull request #1531 from jgarzik/peerinfo (diff)
parentFix a typo in TransactionDesc (diff)
downloaddiscoin-b5ec1da9e9d7d9c0b18a21e9f3867f356420ec8a.tar.xz
discoin-b5ec1da9e9d7d9c0b18a21e9f3867f356420ec8a.zip
Merge pull request #1539 from cardpuncher/patch-3
Fix a typo in TransactionDesc
Diffstat (limited to 'src')
-rw-r--r--src/qt/transactiondesc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp
index dc0f28de9..834abee47 100644
--- a/src/qt/transactiondesc.cpp
+++ b/src/qt/transactiondesc.cpp
@@ -226,7 +226,7 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx)
strHTML += QString("<b>") + tr("Transaction ID:") + "</b> " + wtx.GetHash().ToString().c_str() + "<br>";
if (wtx.IsCoinBase())
- strHTML += QString("<br>") + tr("Generated coins must mature 120 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, it's 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 += QString("<br>") + tr("Generated coins must mature 120 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>";
//
// Debug view