| 19 | typedef std::pair<std::vector<unsigned char>, std::vector<unsigned char> > KeyValPair; |
| 20 | |
| 21 | static bool KeyFilter(const std::string& type) |
| 22 | { |
| 23 | return WalletBatch::IsKeyType(type) || type == DBKeys::HDCHAIN; |
| 24 | } |
| 25 | |
| 26 | bool RecoverDatabaseFile(const fs::path& file_path, bilingual_str& error, std::vector<bilingual_str>& warnings) |
| 27 | { |
no outgoing calls
no test coverage detected