This commit is contained in:
blackjok3r
2018-11-18 21:26:03 +08:00
parent eead6be2c7
commit 769d800441

View File

@@ -1077,7 +1077,7 @@ UniValue cleanwallettransactions(const UniValue& params, bool fHelp)
if (wtx.GetDepthInMainChain() < oldestTxDepth)
{
TxToRemove.push_back(wtx.GetHash());
fprintf(stderr, "[%s] : depth.%i \n",wtx.GetHash(),wtx.GetDepthInMainChain());
fprintf(stderr, "[%s] : depth.%i \n",wtx.GetHash().ToString().c_str(),wtx.GetDepthInMainChain());
}
}
}