mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
bitcoin: use amount_sat/amount_msat.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -198,7 +198,7 @@ def test_htlc_sig_persistence(node_factory, bitcoind, executor):
|
||||
time.sleep(3)
|
||||
bitcoind.generate_block(1)
|
||||
l1.daemon.wait_for_logs([
|
||||
r'Owning output . (\d+) .SEGWIT. txid',
|
||||
r'Owning output . (\d+)sat .SEGWIT. txid',
|
||||
])
|
||||
|
||||
# We should now have a) the change from funding, b) the
|
||||
|
||||
Reference in New Issue
Block a user