We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ba3a commit c0af173Copy full SHA for c0af173
src/wallet/rpcwallet.cpp
@@ -737,9 +737,9 @@ static UniValue getbalance(const JSONRPCRequest& request)
737
RPCResult::Type::STR_AMOUNT, "amount", "The total amount in " + CURRENCY_UNIT + " received for this wallet."
738
},
739
RPCExamples{
740
- "\nThe total amount in the wallet with 1 or more confirmations\n"
+ "\nThe total amount in the wallet with 0 or more confirmations\n"
741
+ HelpExampleCli("getbalance", "") +
742
- "\nThe total amount in the wallet at least 6 blocks confirmed\n"
+ "\nThe total amount in the wallet with at least 6 confirmations\n"
743
+ HelpExampleCli("getbalance", "\"*\" 6") +
744
"\nAs a JSON-RPC call\n"
745
+ HelpExampleRpc("getbalance", "\"*\", 6")
0 commit comments