From bc5b2b383f015f0f27a8d2eda2a9bb13492d2f1e Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 29 Mar 2017 16:02:13 -0400 Subject: [PATCH] remove out of date help for assetlabel wildcard --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"