This commit is contained in:
blackjok3r
2018-10-27 00:13:26 +08:00
parent 5e786e2e4c
commit fd8fe7b404

View File

@@ -434,6 +434,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
printf("first stream id changed to: %s\n", streamid.c_str());
if ( firstseqid == 1 ) {
firsttxnHeight == pblockindex->nHeight;
printf("first seq id is 1 and found height: %d\n",firsttxnHeight );
} else {
BlockMap::iterator mi = mapBlockIndex.find(hash);
if (mi != mapBlockIndex.end() && (*mi).second) {