hex
This commit is contained in:
@@ -401,6 +401,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
|
|||||||
std::string decodedstreamid;
|
std::string decodedstreamid;
|
||||||
hex2ascii(streamid, decodedstreamid);
|
hex2ascii(streamid, decodedstreamid);
|
||||||
result.push_back(Pair("streamid", decodedstreamid));
|
result.push_back(Pair("streamid", decodedstreamid));
|
||||||
|
result.push_back(Pair("streamidhex", streamid));
|
||||||
result.push_back(Pair("firsttxid", firsttxid));
|
result.push_back(Pair("firsttxid", firsttxid));
|
||||||
result.push_back(Pair("firstseqid", (int)firstseqid));
|
result.push_back(Pair("firstseqid", (int)firstseqid));
|
||||||
result.push_back(Pair("lastseqid", (int)lastseqid));
|
result.push_back(Pair("lastseqid", (int)lastseqid));
|
||||||
|
|||||||
Reference in New Issue
Block a user