aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2024-02-05 17:06:10 -0300
committerbrunoerg <brunoely.gc@gmail.com>2024-02-05 17:06:10 -0300
commitb14298c5bca395e5ed6a27fe1758c0d1f4b824ac (patch)
tree7aae7b8d0cc1904501f8dc249990a62c1bf6276b /src
parent9eeee7caa3f95ee17a645e12d330261f8e3c2dbf (diff)
downloadbitcoin-b14298c5bca395e5ed6a27fe1758c0d1f4b824ac.tar.xz
fuzz: remove unused `args` and `context` from `FuzzedWallet`
Diffstat (limited to 'src')
-rw-r--r--src/wallet/test/fuzz/notifications.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/test/fuzz/notifications.cpp b/src/wallet/test/fuzz/notifications.cpp
index 376060421c..9a515828fe 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 <addresstype.h>
-#include <common/args.h>
#include <consensus/amount.h>
#include <interfaces/chain.h>
#include <kernel/chain.h>
@@ -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<CWallet> wallet;
FuzzedWallet(const std::string& name, const std::string& seed_insecure)
{