This commit is contained in:
blackjok3r
2018-11-02 07:23:48 +08:00
parent d83243962d
commit 08241004e1

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");
fprintf(stderr, "prevout is mine? %s\n",tx.vin[0].prevout.hash..ToString().c_str()]);
int64_t totalvoutvalue = 0;