aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-03-26 19:27:32 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-08-14 12:14:02 +0200
commitea98d9c2eff86e6537f35ac4381ac169daacde36 (patch)
treee3a57134d809b70e8da934ce850c17b121eb1575 /src/rpc/mining.cpp
parentc0b17069643271fb8cc36b1eb6c1dec7180977cb (diff)
rpc: fix/add missing RPCExamples for "Util" RPCs
fixes HelpExampleRpc for - createmultisig adds missing HelpExampleRpc for - deriveaddresses - estimatesmartfee - getdescriptorinfo
Diffstat (limited to 'src/rpc/mining.cpp')
-rw-r--r--src/rpc/mining.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp
index d8d7cf47b0..0a3fae1fba 100644
--- a/src/rpc/mining.cpp
+++ b/src/rpc/mining.cpp
@@ -1030,7 +1030,8 @@ static UniValue estimatesmartfee(const JSONRPCRequest& request)
"have been observed to make an estimate for any number of blocks."},
}},
RPCExamples{
- HelpExampleCli("estimatesmartfee", "6")
+ HelpExampleCli("estimatesmartfee", "6") +
+ HelpExampleRpc("estimatesmartfee", "6")
},
}.Check(request);