testing: allow deprecated create_bdb (ported from edge)
This commit is contained in:
parent
7af08a4b48
commit
a0b281a035
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user