mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge d5783985eb into merged_master (Bitcoin PR #18502)
This commit is contained in:
commit
f72cf74cb7
1 changed files with 2 additions and 2 deletions
|
|
@ -823,9 +823,9 @@ static UniValue getbalance(const JSONRPCRequest& request)
|
|||
RPCResult::Type::STR_AMOUNT, "amount", "The total amount in " + CURRENCY_UNIT + " received for this wallet."
|
||||
},
|
||||
RPCExamples{
|
||||
"\nThe total amount in the wallet with 1 or more confirmations\n"
|
||||
"\nThe total amount in the wallet with 0 or more confirmations\n"
|
||||
+ HelpExampleCli("getbalance", "") +
|
||||
"\nThe total amount in the wallet at least 6 blocks confirmed\n"
|
||||
"\nThe total amount in the wallet with at least 6 confirmations\n"
|
||||
+ HelpExampleCli("getbalance", "\"*\" 6") +
|
||||
"\nAs a JSON-RPC call\n"
|
||||
+ HelpExampleRpc("getbalance", "\"*\", 6")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue