fix typos in language files and rpc_args.cpp
This commit is contained in:
@@ -102,7 +102,7 @@ namespace cryptonote
|
||||
{
|
||||
if (!config.login)
|
||||
{
|
||||
LOG_ERROR(arg.rpc_access_control_origins.name << tr(" requires RFC server password --") << arg.rpc_login.name << tr(" cannot be empty"));
|
||||
LOG_ERROR(arg.rpc_access_control_origins.name << tr(" requires RPC server password --") << arg.rpc_login.name << tr(" cannot be empty"));
|
||||
return boost::none;
|
||||
}
|
||||
|
||||
|
||||
@@ -2259,7 +2259,7 @@ simple_wallet::simple_wallet()
|
||||
"refresh-type <full|optimize-coinbase|no-coinbase|default>\n "
|
||||
" Set the wallet's refresh behaviour.\n "
|
||||
"priority [0|1|2|3|4]\n "
|
||||
" Set the fee too default/unimportant/normal/elevated/priority.\n "
|
||||
" Set the fee to default/unimportant/normal/elevated/priority.\n "
|
||||
"confirm-missing-payment-id <1|0>\n "
|
||||
"ask-password <1|0>\n "
|
||||
"unit <monero|millinero|micronero|nanonero|piconero>\n "
|
||||
|
||||
Reference in New Issue
Block a user