Skip to content

Commit

Permalink
Update getblock rpc help text (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez authored and UdjinM6 committed Mar 30, 2019
1 parent aeba4af commit bfc288a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rpc/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfc288a

Please sign in to comment.