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 cef4b5c commit 228987dCopy full SHA for 228987d
src/wallet/rpcwallet.cpp
@@ -740,9 +740,9 @@ UniValue getbalance(const JSONRPCRequest& request)
740
"\nResult:\n"
741
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n"
742
"\nExamples:\n"
743
- "\nThe total amount in the wallet\n"
+ "\nThe total amount in the wallet with 1 or more confirmations\n"
744
+ HelpExampleCli("getbalance", "") +
745
- "\nThe total amount in the wallet at least 5 blocks confirmed\n"
+ "\nThe total amount in the wallet at least 6 blocks confirmed\n"
746
+ HelpExampleCli("getbalance", "\"*\" 6") +
747
"\nAs a json rpc call\n"
748
+ HelpExampleRpc("getbalance", "\"*\", 6")
0 commit comments