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 ) { } else if ( seqid == 2 ) {
firsttxid = idstr; firsttxid = idstr;
} else if (firsttxid.empty()) { } else if (firsttxid.empty()) {
printf("firsttxid is empty: %s\n",idstr.c_str());
firsttxid == idstr; firsttxid == idstr;
} }
if ( seqid == (lastseqid + 1 )) { if ( seqid == (lastseqid + 1 )) {