From 25a655794a0c495332dadedd88b87d694c1077c2 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 15 Jun 2020 16:10:08 -0400 Subject: walletdb: move IsWalletLoaded to walletdb.cpp --- src/wallet/db.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/db.h') diff --git a/src/wallet/db.h b/src/wallet/db.h index bc4b361c11..3c7c4c1255 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -88,7 +88,6 @@ public: /** Return whether a wallet database is currently loaded. */ bool IsBDBWalletLoaded(const fs::path& wallet_path); -bool IsWalletLoaded(const fs::path& wallet_path); /** Given a wallet directory path or legacy file path, return path to main data file in the wallet database. */ fs::path WalletDataFilePath(const fs::path& wallet_path); -- cgit v1.2.3