-print, allow ztx to be non 0x00 ends for txpow

This commit is contained in:
jl777
2018-10-23 08:01:32 -11:00
parent 607133377c
commit 0af33a3f0d
2 changed files with 19 additions and 19 deletions

View File

@@ -1111,7 +1111,7 @@ UniValue signrawtransaction(const UniValue& params, bool fHelp)
uint256 txid = mergedTx.GetHash();
if ( ((uint8_t *)&txid)[0] == 0 && ((uint8_t *)&txid)[31] == 0 )
break;
fprintf(stderr,"%d: tmp txid.%s\n",numiters,txid.GetHex().c_str());
//fprintf(stderr,"%d: tmp txid.%s\n",numiters,txid.GetHex().c_str());
} else break;
numiters++;
}