remove out of date help for assetlabel wildcard

This commit is contained in:
Gregory Sanders 2017-03-29 16:02:13 -04:00
parent 0d00c31d4f
commit bc5b2b383f

View file

@ -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"