From fa071aeb61dcc42cd122d3fb1abe4b9c238f8010 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 5 Oct 2023 15:54:19 +0200 Subject: wallet: No BDB creation, unless -deprecatedrpc=create_bdb --- test/functional/test_framework/util.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py index 9143397042..3bd18c26d8 100644 --- a/test/functional/test_framework/util.py +++ b/test/functional/test_framework/util.py @@ -404,6 +404,7 @@ def write_config(config_path, *, n, chain, extra_config="", disable_autoconnect= f.write("upnp=0\n") f.write("natpmp=0\n") f.write("shrinkdebugfile=0\n") + f.write("deprecatedrpc=create_bdb\n") # Required to run the tests # To improve SQLite wallet performance so that the tests don't timeout, use -unsafesqlitesync f.write("unsafesqlitesync=1\n") if disable_autoconnect: -- cgit v1.2.3