diff options
author | Jon Layton <me@jonl.io> | 2018-10-02 14:49:18 -0500 |
---|---|---|
committer | Jon Layton <me@jonl.io> | 2018-10-09 08:42:19 -0500 |
commit | b8edb9810a699015e997e2098dddb2a6cfacbed6 (patch) | |
tree | 2b0f75d45a963fb0c37cc616e3f14e7b288a0b08 /src/rpc/mining.cpp | |
parent | 1e8f88e071019907785b260477bd359bef6f9a8f (diff) |
[rpc] Descriptions: Textual consistency fixes
'Must be one of' should always end in a ':'
'hex encoded' is now always 'hex-encoded'
Remove redundant '(defaults to CONSERVATIVE)' text from estimatesmartfee
Consistent spacing for options '( verbose )' and '( verbosity )'
'BIP125 replaceable' is now always 'BIP125-replaceable'
JSON-RPC example is now always 'As a JSON-RPC call'
Diffstat (limited to 'src/rpc/mining.cpp')
-rw-r--r-- | src/rpc/mining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 1b2fc2c156..d5fb0db752 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -813,7 +813,7 @@ static UniValue estimatesmartfee(const JSONRPCRequest& request) " higher feerate and is more likely to be sufficient for the desired\n" " target, but is not as responsive to short term drops in the\n" " prevailing fee market. Must be one of:\n" - " \"UNSET\" (defaults to CONSERVATIVE)\n" + " \"UNSET\"\n" " \"ECONOMICAL\"\n" " \"CONSERVATIVE\"\n" "\nResult:\n" |