diff --git a/src/wallet/test/fuzz/notifications.cpp b/src/wallet/test/fuzz/notifications.cpp index 376060421c137..9a515828fef01 100644 --- a/src/wallet/test/fuzz/notifications.cpp +++ b/src/wallet/test/fuzz/notifications.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include -#include #include #include #include @@ -89,8 +88,6 @@ void ImportDescriptors(CWallet& wallet, const std::string& seed_insecure) * Wraps a descriptor wallet for fuzzing. */ struct FuzzedWallet { - ArgsManager args; - WalletContext context; std::shared_ptr wallet; FuzzedWallet(const std::string& name, const std::string& seed_insecure) {