Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}

This commit is contained in:
Andrew Chow
2020-05-15 19:37:55 -04:00
parent b426c7764d
commit 9ea2d258b4
8 changed files with 180 additions and 155 deletions

View File

@@ -5,6 +5,7 @@
#include <fs.h>
#include <util/system.h>
#include <util/translation.h>
#include <wallet/salvage.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>