MCPcopy Create free account
hub / github.com/ElementsProject/elements / KeyFilter

Function KeyFilter

src/wallet/salvage.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RecoverDatabaseFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected