From d416ae560e46a4846a3fd5990b7d390d2ef30ec8 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 15 Jun 2020 16:24:00 -0400 Subject: walletdb: Introduce WalletDatabase abstract class Make WalletDatabase actually an abstract class and not just a typedef for BerkeleyDatabase. Have BerkeleyDatabase inherit this class. --- src/qt/rpcconsole.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qt') diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 71094f7112..85b09d8bac 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -24,7 +24,6 @@ #include #ifdef ENABLE_WALLET -#include #include #include #endif -- cgit v1.2.3