From bfc288afb43fad666ed3a83480bcfda9424ce524 Mon Sep 17 00:00:00 2001 From: thephez Date: Sat, 30 Mar 2019 10:55:04 -0400 Subject: [PATCH] Update getblock rpc help text (#2814) --- src/rpc/blockchain.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 8b1b7200ec537..d08d518108fcf 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -863,6 +863,11 @@ UniValue getblock(const JSONRPCRequest& request) " \"transactionid\" (string) The transaction id\n" " ,...\n" " ],\n" + " \"cbTx\" : { (json object) The coinbase special transaction \n" + " \"version\" (numeric) The coinbase special transaction version\n" + " \"height\" (numeric) The block height\n" + " \"merkleRootMNList\" : \"xxxx\", (string) The merkle root of the masternode list\n" + " },\n" " \"time\" : ttt, (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)\n" " \"mediantime\" : ttt, (numeric) The median block time in seconds since epoch (Jan 1 1970 GMT)\n" " \"nonce\" : n, (numeric) The nonce\n"