aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-06-30 01:56:29 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-06-30 01:56:29 -0700
commitb5ec1da9e9d7d9c0b18a21e9f3867f356420ec8a (patch)
treeb04ebbe71af68e9babbbb2ff30da56c17dc75d84
parent3a906d45dc4ed9b6ac5f8422c41e07767b557cb6 (diff)
parenteb9a21afedc8c4279f64320dcfbcf5d154f54b2a (diff)
downloadbitcoin-b5ec1da9e9d7d9c0b18a21e9f3867f356420ec8a.tar.xz
Merge pull request #1539 from cardpuncher/patch-3
Fix a typo in TransactionDesc
-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 dc0f28de92..834abee470 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