mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
RPC: Update getprivatesendinfo help (#3727)
This commit is contained in:
parent
b4a78fb285
commit
e405f553b9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user