From 6ee9cbdd18a70894f89dd268c276d5eb47a34827 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Fri, 30 Oct 2020 16:25:56 -0400 Subject: refactor: Replace ListWalletDir() function with ListDatabases() No change to behavior. This is just cleanup after previous MOVEONLY commit to make db.h list function fit conventions of surrounding functions. --- src/wallet/walletutil.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wallet/walletutil.h') diff --git a/src/wallet/walletutil.h b/src/wallet/walletutil.h index 27521abd81..d4143ceff4 100644 --- a/src/wallet/walletutil.h +++ b/src/wallet/walletutil.h @@ -65,9 +65,6 @@ enum WalletFlags : uint64_t { //! Get the path of the wallet directory. fs::path GetWalletDir(); -//! Get wallets in wallet directory. -std::vector ListWalletDir(); - /** Descriptor with some wallet metadata */ class WalletDescriptor { -- cgit v1.2.3