Merge dd097c42df into merged_master (Bitcoin PR bitcoin/bitcoin#18448)

This commit is contained in:
Byron Hambly 2023-04-13 12:34:47 +00:00
commit e27cb19846
2 changed files with 11 additions and 4 deletions

View file

@ -1111,7 +1111,8 @@ static RPCHelpMan estimatesmartfee()
"have been observed to make an estimate for any number of blocks."},
}},
RPCExamples{
HelpExampleCli("estimatesmartfee", "6")
HelpExampleCli("estimatesmartfee", "6") +
HelpExampleRpc("estimatesmartfee", "6")
},
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
{