heirinfo logging enabled

This commit is contained in:
dimxy
2019-01-13 15:38:05 +05:00
parent 20bd5c88b7
commit 9edec18b96

View File

@@ -1061,7 +1061,7 @@ UniValue HeirInfo(uint256 fundingtxid)
// get initial funding tx and set it as initial lasttx:
if (myGetTransaction(fundingtxid, fundingtx, hashBlock) && fundingtx.vout.size()) {
const bool noLogging = true;
const bool noLogging = false;
uint8_t evalCodeTokens = 0;
std::vector<CPubKey> voutPubkeys;
std::vector<uint8_t> vopretExtra;