fix: missing changes from bitcoin#21634

This commit is contained in:
Konstantin Akimov 2024-02-16 20:15:38 +07:00
parent 2de7aecf6f
commit e542cd2d34
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -1388,6 +1388,7 @@ BOOST_FIXTURE_TEST_CASE(wallet_descriptor_test, BasicTestingSetup)
BOOST_FIXTURE_TEST_CASE(ZapSelectTx, TestChain100Setup) BOOST_FIXTURE_TEST_CASE(ZapSelectTx, TestChain100Setup)
{ {
gArgs.ForceSetArg("-unsafesqlitesync", "1");
auto chain = interfaces::MakeChain(m_node); auto chain = interfaces::MakeChain(m_node);
auto wallet = TestLoadWallet(m_node); auto wallet = TestLoadWallet(m_node);
CKey key; CKey key;