mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
rpc: fix/add missing RPCExamples for "Util" RPCs
fixes HelpExampleRpc for
- createmultisig
adds missing HelpExampleRpc for
- deriveaddresses
- estimatesmartfee
- getdescriptorinfo
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user