This commit is contained in:
blackjok3r
2018-10-23 23:31:29 +08:00
parent 0aa4f46ccc
commit 10fbb81f29

View File

@@ -316,7 +316,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
BOOST_FOREACH(const CTransaction&tx, block.vtx)
{
fprintf(stderr, "%s\n",tx.GetHash().GetHex());
fprintf(stderr, "%s\n",tx.GetHash().GetHex().cstr());
}
return chainActive.Height();
/*