mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge dd097c42df into merged_master (Bitcoin PR bitcoin/bitcoin#18448)
This commit is contained in:
commit
e27cb19846
2 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue