This commit is contained in:
blackjok3r
2018-10-25 17:00:35 +08:00
parent d647a00ba7
commit 8c0de51c08

View File

@@ -397,7 +397,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
} else if (firsttxid.empty()) {
firsttxid.append(idstr);
} else if ( firsttxid != idstr ) {
printf("firsttxid.%s idstr.%s change firsttxid and wipe streamid?\n",firsttxid.c_str(),idstr.c_str());
printf("firsttxid.%s idstr.%s change firsttxid and wipe streamid?\n we are in a new stream here I think\n",firsttxid.c_str(),idstr.c_str());
}
if ( seqid == (lastseqid + 1) || did1 == 0 ) {