Add some debug

This commit is contained in:
Duke Leto
2020-03-16 07:58:12 -04:00
parent 707d50e894
commit 2e51538df8
3 changed files with 5 additions and 1 deletions

View File

@@ -640,6 +640,7 @@ void CWallet::RunSaplingConsolidation(int blockHeight) {
bool CWallet::CommitConsolidationTx(const CTransaction& tx) {
CWalletTx wtx(this, tx);
CReserveKey reservekey(pwalletMain);
fprintf(stderr,"%s: %s\n",__func__,tx.ToString().c_str());
return CommitTransaction(wtx, reservekey);
}