diff options
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/init.cpp | 2 | ||||
-rw-r--r-- | src/wallet/test/wallet_tests.cpp | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/wallet/init.cpp b/src/wallet/init.cpp index 2f73ec3d4c..e8052fed4a 100644 --- a/src/wallet/init.cpp +++ b/src/wallet/init.cpp @@ -23,6 +23,8 @@ #include <wallet/wallet.h> #include <walletinitinterface.h> +using node::NodeContext; + class WalletInit : public WalletInitInterface { public: diff --git a/src/wallet/test/wallet_tests.cpp b/src/wallet/test/wallet_tests.cpp index 5ef320c432..70fbc71254 100644 --- a/src/wallet/test/wallet_tests.cpp +++ b/src/wallet/test/wallet_tests.cpp @@ -30,6 +30,9 @@ #include <boost/test/unit_test.hpp> #include <univalue.h> +using node::MAX_BLOCKFILE_SIZE; +using node::UnlinkPrunedFiles; + RPCHelpMan importmulti(); RPCHelpMan dumpwallet(); RPCHelpMan importwallet(); |