We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e404a9 commit 817c051Copy full SHA for 817c051
src/bench/wallet_loading.cpp
@@ -49,6 +49,7 @@ static void BenchUnloadWallet(std::shared_ptr<CWallet>&& wallet)
49
static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
50
{
51
const auto test_setup = MakeNoLogFileContext<TestingSetup>();
52
+ test_setup->m_args.ForceSetArg("-unsafesqlitesync", "1");
53
54
WalletContext context;
55
context.args = &test_setup->m_args;
0 commit comments