mirror of
https://github.com/monero-project/monero.git
synced 2026-01-23 12:54:29 +01:00
wallet, simplewallet: Drop support for mine-to-use RPC system
Using post-PR wallet with pre-PR node will generate error message specific to this PR and not generic "command failed" mesages.
This commit is contained in:
@@ -76,10 +76,6 @@ namespace wallet_args
|
||||
{
|
||||
return {"wallet-file", wallet_args::tr("Use wallet <arg>"), ""};
|
||||
}
|
||||
command_line::arg_descriptor<std::string> arg_rpc_client_secret_key()
|
||||
{
|
||||
return {"rpc-client-secret-key", wallet_args::tr("Set RPC client secret key for RPC payments"), ""};
|
||||
}
|
||||
command_line::arg_descriptor<std::string> arg_password_file()
|
||||
{
|
||||
return {"password-file", wallet_args::tr("Wallet password file"), ""};
|
||||
|
||||
Reference in New Issue
Block a user