This commit is contained in:
blackjok3r
2018-10-25 12:02:58 +08:00
parent c4434400d1
commit e8cd54ea2f

View File

@@ -373,6 +373,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
} else if ( seqid == 2 ) {
firsttxid = idstr;
} else if (firsttxid.empty()) {
printf("firsttxid is empty: %s\n",idstr.c_str());
firsttxid == idstr;
}
if ( seqid == (lastseqid + 1 )) {