This commit is contained in:
blackjok3r
2018-10-25 13:00:29 +08:00
parent ee7e3de254
commit 07f2fa7b1f

View File

@@ -401,6 +401,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
std::string decodedstreamid;
hex2ascii(streamid, decodedstreamid);
result.push_back(Pair("streamid", decodedstreamid));
result.push_back(Pair("streamidhex", streamid));
result.push_back(Pair("firsttxid", firsttxid));
result.push_back(Pair("firstseqid", (int)firstseqid));
result.push_back(Pair("lastseqid", (int)lastseqid));