Skip to content

Commit

Permalink
Replace PIV with ION in getwalleinfo help
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Jan 26, 2019
1 parent d21f02e commit ea6847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcwallet.cpp
Expand Up @@ -2397,7 +2397,7 @@ UniValue getwalletinfo(const UniValue& params, bool fHelp)
" \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n"
" \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n"
" \"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n"
" \"paytxfee\": x.xxxx, (numeric) the transaction fee configuration, set in PIV/kB\n"
" \"paytxfee\": x.xxxx, (numeric) the transaction fee configuration, set in ION/kB\n"
"}\n"

"\nExamples:\n" +
Expand Down

0 comments on commit ea6847d

Please sign in to comment.