Revert "Formatting, spelling, comment fixes."

This reverts commit 7a19efe040.
This commit is contained in:
Wladimir J. van der Laan
2014-07-17 14:08:07 +02:00
parent cd057bfd41
commit ad26dc9c31
6 changed files with 18 additions and 23 deletions

View File

@@ -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)
{