qa: set load_on_startup for bitcoind internal wallet
This commit is contained in:
parent
39d576fe83
commit
df396cccc8
@ -102,7 +102,9 @@ def bitcoind(directory):
|
||||
bitcoind = Bitcoind(bitcoin_dir=os.path.join(directory, "bitcoind"))
|
||||
bitcoind.startup()
|
||||
|
||||
bitcoind.rpc.createwallet(bitcoind.rpc.wallet_name, False, False, "", False, True)
|
||||
bitcoind.rpc.createwallet(
|
||||
bitcoind.rpc.wallet_name, False, False, "", False, True, True
|
||||
)
|
||||
|
||||
bitcoind.rpc.generatetoaddress(101, bitcoind.rpc.getnewaddress())
|
||||
while bitcoind.rpc.getbalance() < 50:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user