mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
fuzz: remove unused args
and context
from FuzzedWallet
This commit is contained in:
parent
9eeee7caa3
commit
b14298c5bc
1 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
#include <addresstype.h>
|
#include <addresstype.h>
|
||||||
#include <common/args.h>
|
|
||||||
#include <consensus/amount.h>
|
#include <consensus/amount.h>
|
||||||
#include <interfaces/chain.h>
|
#include <interfaces/chain.h>
|
||||||
#include <kernel/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.
|
* Wraps a descriptor wallet for fuzzing.
|
||||||
*/
|
*/
|
||||||
struct FuzzedWallet {
|
struct FuzzedWallet {
|
||||||
ArgsManager args;
|
|
||||||
WalletContext context;
|
|
||||||
std::shared_ptr<CWallet> wallet;
|
std::shared_ptr<CWallet> wallet;
|
||||||
FuzzedWallet(const std::string& name, const std::string& seed_insecure)
|
FuzzedWallet(const std::string& name, const std::string& seed_insecure)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue