aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
diff options
context:
space:
mode:
authorConor Scott <conor.r.scott.88@gmail.com>2018-03-22 18:21:28 +0400
committerConor Scott <conor.r.scott.88@gmail.com>2018-03-26 13:27:39 +0400
commitac8a1d092ef59b141605f6eaf027c034dad910e6 (patch)
tree65341aa3d98f11f28bc4d824a355a9fbd642b274 /src/rpc/mining.cpp
parent7466a26cab5d66665991433947964a638f5b957e (diff)
downloadbitcoin-ac8a1d092ef59b141605f6eaf027c034dad910e6.tar.xz
[RPC] Remove field in getblocktemplate help that has never been used
Diffstat (limited to 'src/rpc/mining.cpp')
-rw-r--r--src/rpc/mining.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp
index 0537628763..48259f52ae 100644
--- a/src/rpc/mining.cpp
+++ b/src/rpc/mining.cpp
@@ -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"