RPC: "BTC" -> CURRENCY_UNIT

This commit is contained in:
UdjinM6 2018-02-27 22:33:55 +03:00
parent 537a9935a7
commit d75d4842ae
2 changed files with 2 additions and 2 deletions

View File

@ -888,7 +888,7 @@ UniValue estimatesmartfee(const JSONRPCRequest& request)
"1. nblocks (numeric)\n" "1. nblocks (numeric)\n"
"\nResult:\n" "\nResult:\n"
"{\n" "{\n"
" \"feerate\" : x.x, (numeric) estimate fee-per-kilobyte (in BTC)\n" " \"feerate\" : x.x, (numeric) estimate fee-per-kilobyte (in " + CURRENCY_UNIT + ")\n"
" \"blocks\" : n (numeric) block number where estimate was found\n" " \"blocks\" : n (numeric) block number where estimate was found\n"
"}\n" "}\n"
"\n" "\n"

View File

@ -456,7 +456,7 @@ UniValue instantsendtoaddress(const JSONRPCRequest& request)
+ HelpRequiringPassphrase() + + HelpRequiringPassphrase() +
"\nArguments:\n" "\nArguments:\n"
"1. \"address\" (string, required) The dash address to send to.\n" "1. \"address\" (string, required) The dash address to send to.\n"
"2. \"amount\" (numeric, required) The amount in btc to send. eg 0.1\n" "2. \"amount\" (numeric, required) The amount in " + CURRENCY_UNIT + " to send. eg 0.1\n"
"3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" "3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n"
" This is not part of the transaction, just kept in your wallet.\n" " This is not part of the transaction, just kept in your wallet.\n"
"4. \"comment_to\" (string, optional) A comment to store the name of the person or organization \n" "4. \"comment_to\" (string, optional) A comment to store the name of the person or organization \n"