Merge ffc4d04990 into merged_master (Bitcoin PR #20275)

As always, `git diff HEAD^ HEAD^2 -- <filename>` is your friend when understanding conflicts..
This commit is contained in:
Andrew Poelstra 2021-06-14 01:22:11 +00:00
commit 0cabbc6b4a
13 changed files with 143 additions and 166 deletions

View file

@ -566,7 +566,7 @@ public:
std::vector<std::string> listWalletDir() override
{
std::vector<std::string> paths;
for (auto& path : ListWalletDir()) {
for (auto& path : ListDatabases(GetWalletDir())) {
paths.push_back(path.string());
}
return paths;