This commit is contained in:
blackjok3r
2018-11-02 07:30:46 +08:00
parent 08241004e1
commit 43104ff55c

View File

@@ -1212,7 +1212,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
{
if ( IsMine(tx) )
fprintf(stderr, "prevout is mine? %s\n",tx.vin[0].prevout.hash..ToString().c_str()]);
fprintf(stderr, "prevout is mine? %s\n",tx.vin[0].prevout.hash.ToString().c_str());
int64_t totalvoutvalue = 0;