We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0d8c0 commit be93d63Copy full SHA for be93d63
src/wallet/db.cpp
@@ -52,7 +52,7 @@ std::vector<std::pair<fs::path, std::string>> ListDatabases(const fs::path& wall
52
// as a wallet.
53
if (IsBDBFile(it->path())) {
54
paths.emplace_back(fs::path(), "bdb");
55
- } else if (IsSQLiteFile(SQit->path())) {
+ } else if (IsSQLiteFile(it->path())) {
56
paths.emplace_back(fs::path(), "sqlite");
57
}
58
} else if (IsBDBFile(it->path())) {
0 commit comments