fix?
This commit is contained in:
@@ -378,7 +378,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
|
|||||||
firsttxid.append(idstr);
|
firsttxid.append(idstr);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( seqid == (lastseqid + 1 )) {
|
if ( (seqid == (lastseqid + 1 )) && lastseqid != 0 ) {
|
||||||
blockdata.append(data);
|
blockdata.append(data);
|
||||||
} else {
|
} else {
|
||||||
result.push_back(Pair("error","chunck out of order in this block!"));
|
result.push_back(Pair("error","chunck out of order in this block!"));
|
||||||
|
|||||||
Reference in New Issue
Block a user