Merge pull request #3677

d45cd37 fix typos in language files and rpc_args.cpp (ordtrogen)
This commit is contained in:
luigi1111
2018-06-25 14:41:48 -05:00
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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;
}
+1 -1
View File
@@ -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 "