Skip to content

Commit

Permalink
Fix listcoldutxos help text
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed Jul 19, 2020
1 parent 128978d commit 611a30a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2142,12 +2142,12 @@ UniValue listcoldutxos(const JSONRPCRequest& request)
"[\n"
" {\n"
" \"txid\" : \"true\", (string) The transaction id of the P2CS utxo\n"
" \"txidn\" : \"accountname\", (string) The output number of the P2CS utxo\n"
" \"amount\" : x.xxx, (numeric) The amount of the P2CS utxo\n"
" \"confirmations\" : n (numeric) The number of confirmations of the P2CS utxo\n"
" \"cold-staker\" : n (string) The cold-staker address of the P2CS utxo\n"
" \"coin-owner\" : n (string) The coin-owner address of the P2CS utxo\n"
" \"whitelisted\" : n (string) \"true\"/\"false\" coin-owner in delegator whitelist\n"
" \"txidn\" : n (numeric) The output number of the P2CS utxo\n"
" \"amount\" : x.xxx, (numeric) The amount of the P2CS utxo\n"
" \"confirmations\" : n (numeric) The number of confirmations of the P2CS utxo\n"
" \"cold-staker\" : \"address\" (string) The cold-staker address of the P2CS utxo\n"
" \"coin-owner\" : \"address\" (string) The coin-owner address of the P2CS utxo\n"
" \"whitelisted\" : \"true\" (boolean) \"true\"/\"false\" coin-owner in delegator whitelist\n"
" }\n"
" ,...\n"
"]\n"
Expand Down

0 comments on commit 611a30a

Please sign in to comment.