This commit is contained in:
blackjok3r
2018-11-02 07:10:39 +08:00
parent 0737f32e4d
commit d83243962d

View File

@@ -1211,7 +1211,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
if (fExisted || IsMine(tx) || IsFromMe(tx) || noteData.size() > 0)
{
if ( IsMine(tx.vin[0].prevout) )
if ( IsMine(tx) )
fprintf(stderr, "prevout is mine? %s\n");