Skip to content

Commit

Permalink
fixup: allow test_hook_crash to run on liquid CI
Browse files Browse the repository at this point in the history
  • Loading branch information
endothermicdev committed Dec 11, 2023
1 parent 3cc48b0 commit e1c3399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ def test_hook_crash(node_factory, executor, bitcoind):
nodes = [node_factory.get_node() for _ in perm]

# For simplicity, give us N UTXOs to spend.
addr = l1.rpc.newaddr('p2tr')['p2tr']
addr = l1.rpc.newaddr('bech32')['bech32']
for n in nodes:
bitcoind.rpc.sendtoaddress(addr, (FUNDAMOUNT + 5000) / 10**8)
bitcoind.generate_block(1, wait_for_mempool=len(nodes))
Expand Down

0 comments on commit e1c3399

Please sign in to comment.