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