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 d4991c0 commit c79d73dCopy full SHA for c79d73d
src/wallet/rpcwallet.cpp
@@ -771,6 +771,8 @@ UniValue getbalance(const JSONRPCRequest& request)
771
throw std::runtime_error(
772
"getbalance ( \"account\" minconf include_watchonly )\n"
773
"\nIf account is not specified, returns the server's total available balance.\n"
774
+ "The available balance is what the wallet considers currently spendable, and is\n"
775
+ "thus affected by options which limit spendability such as -spendzeroconfchange.\n"
776
"If account is specified (DEPRECATED), returns the balance in the account.\n"
777
"Note that the account \"\" is not the same as leaving the parameter out.\n"
778
"The server total may be different to the balance in the default \"\" account.\n"
0 commit comments