logging added

This commit is contained in:
dimxy
2019-02-28 21:01:46 +05:00
parent f459487cd8
commit e385253b47

View File

@@ -263,6 +263,7 @@ uint8_t DecodeTokenOpRet(const CScript scriptPubKey, uint8_t &evalCodeTokens, ui
tokenid = revuint256(tokenid);
if (foundRogue) {
LOGSTREAM((char *)"cctokens", CCLOG_DEBUG1, stream << "DecodeTokenOpRet() found old-style rogue data" << " for tokenid=" << revuint256(tokenid).GetHex() << std::endl);
oprets.push_back(std::make_pair(OPRETID_ROGUEGAMEDATA, vroguedata));
}