This commit is contained in:
blackjok3r
2018-10-25 14:29:13 +08:00
parent 9b3cd72603
commit 1dd2a13d7c

View File

@@ -379,7 +379,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
firsttxid.append(idstr);
}
if ( seqid == (lastseqid + 1 ) ) {
if ( seqid == (lastseqid + 1) || did1 == 0 ) {
blockdata.append(data);
} else {
printf("seqid.%d lastseqid.%d\n",seqid,lastseqid);