diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-17 14:08:07 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-21 07:46:33 +0200 |
| commit | ad26dc9c314406034cef7684d4c9f9ec31d6347e (patch) | |
| tree | 4d0d630b572f44025b1674cb02f44953f44c05e6 /src/wallet.cpp | |
| parent | Revert "Check signatures before respend relay" (diff) | |
| download | discoin-ad26dc9c314406034cef7684d4c9f9ec31d6347e.tar.xz discoin-ad26dc9c314406034cef7684d4c9f9ec31d6347e.zip | |
Revert "Formatting, spelling, comment fixes."
This reverts commit 7a19efe04069d9a1e251cdc94b25184f76d9d901.
Diffstat (limited to 'src/wallet.cpp')
| -rw-r--r-- | src/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index efefb71b6..f0ab70afb 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -657,7 +657,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl bool fIsConflicting = IsConflicting(tx); if (fIsConflicting) - nConflictsReceived++; + nConflictsReceived++; if (fExisted || IsMine(tx) || IsFromMe(tx) || fIsConflicting) { |