Skip to content

Commit 228987d

Browse files
committed
getbalance example covers at least 6 confirms
1 parent cef4b5c commit 228987d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,9 +740,9 @@ UniValue getbalance(const JSONRPCRequest& request)
740740
"\nResult:\n"
741741
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n"
742742
"\nExamples:\n"
743-
"\nThe total amount in the wallet\n"
743+
"\nThe total amount in the wallet with 1 or more confirmations\n"
744744
+ HelpExampleCli("getbalance", "") +
745-
"\nThe total amount in the wallet at least 5 blocks confirmed\n"
745+
"\nThe total amount in the wallet at least 6 blocks confirmed\n"
746746
+ HelpExampleCli("getbalance", "\"*\" 6") +
747747
"\nAs a json rpc call\n"
748748
+ HelpExampleRpc("getbalance", "\"*\", 6")

0 commit comments

Comments
 (0)