mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
common: use bitcoin_outpoint.
I started pulling this thread, and the entire codebase got unravelled. Oh well, it's done now! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
e7a8a0d291
commit
c503232cde
@@ -2320,7 +2320,7 @@ def test_onchain_all_dust(node_factory, bitcoind, executor):
|
||||
|
||||
l1.wait_for_onchaind_broadcast('IGNORING_TINY_PAYMENT',
|
||||
'THEIR_UNILATERAL/OUR_HTLC')
|
||||
l1.daemon.wait_for_log('Ignoring output .* of .*: THEIR_UNILATERAL/OUR_HTLC')
|
||||
l1.daemon.wait_for_log('Ignoring output .*: THEIR_UNILATERAL/OUR_HTLC')
|
||||
|
||||
# 100 deep and l2 forgets.
|
||||
bitcoind.generate_block(93)
|
||||
|
||||
Reference in New Issue
Block a user