;
This commit is contained in:
@@ -334,7 +334,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
|
|||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "added tx number: %d \n",i);
|
fprintf(stderr, "added tx number: %d \n",i);
|
||||||
UniValue objTx(UniValue::VOBJ);
|
UniValue objTx(UniValue::VOBJ);
|
||||||
std::string opretstr = HexStr(tx.vout[2].scriptPubKey.begin(), tx.vout[2].scriptPubKey.end())
|
std::string opretstr = HexStr(tx.vout[2].scriptPubKey.begin(), tx.vout[2].scriptPubKey.end());
|
||||||
if ( opretstr.size() > 81 ) {
|
if ( opretstr.size() > 81 ) {
|
||||||
std::string idstr = str.substr (8,64); // stream ID or txid
|
std::string idstr = str.substr (8,64); // stream ID or txid
|
||||||
std::string seqid = str.substr (72,8); // sequence ID
|
std::string seqid = str.substr (72,8); // sequence ID
|
||||||
|
|||||||
Reference in New Issue
Block a user