testing: allow deprecated create_bdb (ported from edge)

This commit is contained in:
scgbckbone 2024-02-18 17:09:52 +01:00 committed by doc-hex
parent 7af08a4b48
commit a0b281a035

View File

@ -48,6 +48,9 @@ class Bitcoind:
self.bitcoind_proc = subprocess.Popen(
[
self.bitcoind_path,
# needed for newest master
# TODO legacy wallet will be deprecated in 26
"-deprecatedrpc=create_bdb",
"-regtest",
f"-datadir={self.datadir}",
"-noprinttoconsole",