wallet: Remove wallettool salvage

Salvage is bdb only which is about to be removed.
This commit is contained in:
Ava Chow
2024-01-05 18:42:09 -05:00
parent 7a41c939f0
commit 56f959d829
5 changed files with 1 additions and 261 deletions

View File

@@ -45,7 +45,6 @@ static void SetupWalletToolArgs(ArgsManager& argsman)
argsman.AddCommand("info", "Get wallet info");
argsman.AddCommand("create", "Create new wallet file");
argsman.AddCommand("salvage", "Attempt to recover private keys from a corrupt wallet. Warning: 'salvage' is experimental.");
argsman.AddCommand("dump", "Print out all of the wallet key-value records");
argsman.AddCommand("createfromdump", "Create new wallet file from dumped records");
}