diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 518bfa8363..1edb6c5e4f 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -887,7 +887,7 @@ UniValue getbalance(const JSONRPCRequest& request) " avoid passing this argument.\n" "2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n" "3. include_watchonly (bool, optional, default=false) Also include balance in watch-only addresses (see 'importaddress')\n" - "4. \"assetlabel\" (string, optional) Hex asset id or asset label for balance. \"*\" retrieves all known asset balances. IF THIS IS USED ALL ACCOUNT ARGUMENTS ARE IGNORED\n" + "4. \"assetlabel\" (string, optional) Hex asset id or asset label for balance. IF THIS IS USED ALL ACCOUNT ARGUMENTS ARE IGNORED\n" "\nResult:\n" "amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n"