We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scriptpubkeyman
2 parents b927a39 + dcb4ec9 commit 8754d05Copy full SHA for 8754d05
src/wallet/test/fuzz/scriptpubkeyman.cpp
@@ -94,6 +94,7 @@ FUZZ_TARGET(scriptpubkeyman, .init = initialize_spkm)
94
LOCK(wallet.cs_wallet);
95
wallet.SetWalletFlag(WALLET_FLAG_DESCRIPTORS);
96
wallet.SetLastBlockProcessed(chainstate.m_chain.Height(), chainstate.m_chain.Tip()->GetBlockHash());
97
+ wallet.m_keypool_size = 10;
98
}
99
100
auto wallet_desc{CreateWalletDescriptor(fuzzed_data_provider)};
0 commit comments