Formatting, spelling, comment fixes.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user