try
This commit is contained in:
@@ -1212,7 +1212,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
|
|||||||
{
|
{
|
||||||
|
|
||||||
if ( IsMine(tx) )
|
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;
|
int64_t totalvoutvalue = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user