Skip to content

Commit ac8a1d0

Browse files
committed
[RPC] Remove field in getblocktemplate help that has never been used
1 parent 7466a26 commit ac8a1d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpc/mining.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ UniValue getblocktemplate(const JSONRPCRequest& request)
336336
" \"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"
337337
" \"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"
338338
" \"weight\" : n, (numeric) total transaction weight, as counted for purposes of block limits\n"
339-
" \"required\" : true|false (boolean) if provided and true, this transaction must be in the final block\n"
340339
" }\n"
341340
" ,...\n"
342341
" ],\n"

0 commit comments

Comments
 (0)