Skip to content

Commit b14298c

Browse files
committed
fuzz: remove unused args and context from FuzzedWallet
1 parent 9eeee7c commit b14298c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wallet/test/fuzz/notifications.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include <addresstype.h>
6-
#include <common/args.h>
76
#include <consensus/amount.h>
87
#include <interfaces/chain.h>
98
#include <kernel/chain.h>
@@ -89,8 +88,6 @@ void ImportDescriptors(CWallet& wallet, const std::string& seed_insecure)
8988
* Wraps a descriptor wallet for fuzzing.
9089
*/
9190
struct FuzzedWallet {
92-
ArgsManager args;
93-
WalletContext context;
9491
std::shared_ptr<CWallet> wallet;
9592
FuzzedWallet(const std::string& name, const std::string& seed_insecure)
9693
{

0 commit comments

Comments
 (0)