Merge #10807: getbalance example covers at least 6 confirms
228987d84
getbalance example covers at least 6 confirms (Gregory Sanders)
Tree-SHA512: 328d60b007ee75d809f4d28a7d9e5537d3c1446bd30c4c2ae57c690b8e83f6287cbcd3d8c955e8ba07ab62e27f9d27497c55219ff14fd5af7759dec465673fa2
This commit is contained in:
commit
afd2fca911
1 changed files with 2 additions and 2 deletions
|
@ -740,9 +740,9 @@ UniValue getbalance(const JSONRPCRequest& request)
|
||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n"
|
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
"\nThe total amount in the wallet\n"
|
"\nThe total amount in the wallet with 1 or more confirmations\n"
|
||||||
+ HelpExampleCli("getbalance", "") +
|
+ HelpExampleCli("getbalance", "") +
|
||||||
"\nThe total amount in the wallet at least 5 blocks confirmed\n"
|
"\nThe total amount in the wallet at least 6 blocks confirmed\n"
|
||||||
+ HelpExampleCli("getbalance", "\"*\" 6") +
|
+ HelpExampleCli("getbalance", "\"*\" 6") +
|
||||||
"\nAs a json rpc call\n"
|
"\nAs a json rpc call\n"
|
||||||
+ HelpExampleRpc("getbalance", "\"*\", 6")
|
+ HelpExampleRpc("getbalance", "\"*\", 6")
|
||||||
|
|
Loading…
Reference in a new issue