aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorTom Harding <tomh@thinlink.com>2014-06-27 16:47:33 -0700
committerTom Harding <tomh@thinlink.com>2014-06-27 16:47:33 -0700
commit7a19efe04069d9a1e251cdc94b25184f76d9d901 (patch)
tree9852770f0275fa00ce7510b8b77b745e611f9b3f /src/wallet.cpp
parent9fa53dd3bdc6f62b16a7c2b970449c8c35f4c41b (diff)
downloadbitcoin-7a19efe04069d9a1e251cdc94b25184f76d9d901.tar.xz
Formatting, spelling, comment fixes.
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index 91910c6ea9..daca7ac04b 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -637,7 +637,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)
{