[RPC] Remove field in getblocktemplate help that has never been used
This commit is contained in:
parent
7466a26cab
commit
ac8a1d092e
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ UniValue getblocktemplate(const JSONRPCRequest& request)
|
|||
" \"fee\": n, (numeric) difference in value between transaction inputs and outputs (in satoshis); for coinbase transactions, this is a negative Number of the total collected block fees (ie, not including the block subsidy); if key is not present, fee is unknown and clients MUST NOT assume there isn't one\n"
|
||||
" \"sigops\" : n, (numeric) total SigOps cost, as counted for purposes of block limits; if key is not present, sigop cost is unknown and clients MUST NOT assume it is zero\n"
|
||||
" \"weight\" : n, (numeric) total transaction weight, as counted for purposes of block limits\n"
|
||||
" \"required\" : true|false (boolean) if provided and true, this transaction must be in the final block\n"
|
||||
" }\n"
|
||||
" ,...\n"
|
||||
" ],\n"
|
||||
|
|
Loading…
Reference in a new issue