mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove wallet_accounts and generator maps (RIPD-804):
* Remove the deprecated wallet_accounts command. * Remove dead code for generator maps. * Remove the help for the obsolete wallet_add and wallet_claim commands (which have already been removed).
This commit is contained in:
@@ -147,9 +147,6 @@ void printHelp (const po::options_description& desc)
|
||||
" unl_reset\n"
|
||||
" validation_create [<seed>|<pass_phrase>|<key>]\n"
|
||||
" validation_seed [<seed>|<pass_phrase>|<key>]\n"
|
||||
" wallet_accounts <seed>\n"
|
||||
" wallet_add <regular_seed> <paying_account> <master_seed> [<initial_funds>] [<account_annotation>]\n"
|
||||
" wallet_claim <master_seed> <regular_seed> [<source_tag>] [<account_annotation>]\n"
|
||||
" wallet_propose [<passphrase>]\n"
|
||||
" wallet_seed [<seed>|<passphrase>|<passkey>]\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user