mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
channeld: use fee_states internally.
This is an intermediary step: we still don't save it to the database, but we do use the fee_states struct to track it internally. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
acb89debdd
commit
24d54f98ad
@@ -1499,7 +1499,7 @@ def test_update_fee_reconnect(node_factory, bitcoind):
|
||||
l1.daemon.wait_for_log(r'dev_disconnect: \+WIRE_COMMITMENT_SIGNED')
|
||||
|
||||
# Wait for reconnect....
|
||||
l1.daemon.wait_for_log('Applying feerate 14000 to LOCAL')
|
||||
l1.daemon.wait_for_log('Feerate:.*LOCAL now 14000')
|
||||
|
||||
l1.pay(l2, 200000000)
|
||||
l2.pay(l1, 100000000)
|
||||
|
||||
Reference in New Issue
Block a user