Skip to content

Commit afd2fca

Browse files
committed
Merge #10807: getbalance example covers at least 6 confirms
228987d getbalance example covers at least 6 confirms (Gregory Sanders) Tree-SHA512: 328d60b007ee75d809f4d28a7d9e5537d3c1446bd30c4c2ae57c690b8e83f6287cbcd3d8c955e8ba07ab62e27f9d27497c55219ff14fd5af7759dec465673fa2
2 parents 5059550 + 228987d commit afd2fca

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)