This commit is contained in:
blackjok3r
2018-11-02 07:44:34 +08:00
parent 43104ff55c
commit 6ea2be525f

View File

@@ -1224,7 +1224,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
} else {
totalvoutvalue = totalvoutvalue + tx.vout[i].nValue;
fprintf(stderr, "this is not change? vout %ld = %ld\n", totalvoutvalue, i, tx.vout[i].nValue);
fprintf(stderr, "this is not change? vout %ld = %ld\n", i, tx.vout[i].nValue);
}
}