diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index e2e0c31300..b5a26218c3 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -340,7 +340,6 @@ UniValue getblocktemplate(const JSONRPCRequest& request) " ],\n" " \"fee\": n, (numeric) difference in value between transaction inputs and outputs (in duffs); 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 number of SigOps, as counted for purposes of block limits; if key is not present, sigop count is unknown and clients MUST NOT assume there aren't any\n" - " \"required\" : true|false (boolean) if provided and true, this transaction must be in the final block\n" " }\n" " ,...\n" " ],\n"