wallet: No BDB creation, unless -deprecatedrpc=create_bdb

This commit is contained in:
MarcoFalke
2023-10-05 15:54:19 +02:00
parent 52c6904c78
commit fa071aeb61
2 changed files with 8 additions and 2 deletions

View File

@ -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: