?
This commit is contained in:
@@ -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 )) {
|
||||||
|
|||||||
Reference in New Issue
Block a user