RPC: Update getprivatesendinfo help (#3727)

This commit is contained in:
thephez 2020-09-23 02:37:44 -04:00 committed by pasta
parent b4a78fb285
commit e405f553b9
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -94,7 +94,8 @@ UniValue getprivatesendinfo(const JSONRPCRequest& request)
" \"max_sessions\": xxx, (numeric) How many parallel mixing sessions can there be at once\n"
" \"max_rounds\": xxx, (numeric) How many rounds to mix\n"
" \"max_amount\": xxx, (numeric) Target PrivateSend balance in " + CURRENCY_UNIT + "\n"
" \"max_denoms\": xxx, (numeric) How many inputs of each denominated amount to create\n"
" \"denoms_goal\": xxx, (numeric) How many inputs of each denominated amount to target\n"
" \"denoms_hardcap\": xxx, (numeric) Maximum limit of how many inputs of each denominated amount to create\n"
" \"queue_size\": xxx, (numeric) How many queues there are currently on the network\n"
" \"sessions\": (array of json objects)\n"
" [\n"