diff options
| author | Luke Dashjr <[email protected]> | 2012-08-12 17:22:59 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-08-12 17:22:59 +0000 |
| commit | 92dfcea0e986e000e9f5ee8d7f6b847a5bd41d25 (patch) | |
| tree | 16335bc5d2d0fc03dfb38154b49233ad9b35f93d /src/wallet.cpp | |
| parent | Merge branch '0.6.0.x' into 0.6.x (diff) | |
| parent | Bugfix: Fix a variety of misspellings (diff) | |
| download | discoin-92dfcea0e986e000e9f5ee8d7f6b847a5bd41d25.tar.xz discoin-92dfcea0e986e000e9f5ee8d7f6b847a5bd41d25.zip | |
Merge branch '0.6.0.x' into 0.6.x
Diffstat (limited to 'src/wallet.cpp')
| -rw-r--r-- | src/wallet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index d7a70fe56..e1b7e623c 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -750,7 +750,7 @@ void CWallet::ReacceptWalletTransactions() } else { - // Reaccept any txes of ours that aren't already in a block + // Re-accept any txes of ours that aren't already in a block if (!wtx.IsCoinBase()) wtx.AcceptWalletTransaction(txdb, false); } @@ -759,7 +759,7 @@ void CWallet::ReacceptWalletTransactions() { // TODO: optimize this to scan just part of the block chain? if (ScanForWalletTransactions(pindexGenesisBlock)) - fRepeat = true; // Found missing transactions: re-do Reaccept. + fRepeat = true; // Found missing transactions: re-do re-accept. } } } |