@ -3155,7 +3155,7 @@ class LightningDTests(BaseLightningDTests):
# L1 asks for stupid low fees
# L1 asks for stupid low fees
l1.rpc.dev_setfees(15)
l1.rpc.dev_setfees(15)
l1.daemon.wait_for_log('STATUS_FAIL_PEER_BAD:.*update_fee 15 outside range 4250-75000')
l1.daemon.wait_for_log('Peer permanent failure in CHANNELD_NORMAL: lightning_channeld: received ERROR channel .*: update_fee 15 outside range 4250-75000')
# Make sure the resolution of this one doesn't interfere with the next!
# Make sure the resolution of this one doesn't interfere with the next!
# Note: may succeed, may fail with insufficient fee, depending on how
# Note: may succeed, may fail with insufficient fee, depending on how
# bitcoind feels!
# bitcoind feels!
@ -3302,7 +3302,7 @@ class LightningDTests(BaseLightningDTests):
# Make l2 upset by asking for crazy fee.
# Make l2 upset by asking for crazy fee.
l1.rpc.dev_setfees('150000')
l1.rpc.dev_setfees('150000')
# Wait for l1 notice
# Wait for l1 notice
l1.daemon.wait_for_log('STATUS_FAIL_PEER_BAD')
l1.daemon.wait_for_log(r'Peer permanent failure in CHANNELD_NORMAL: lightning_channeld: received ERROR channel .*: update_fee 150000 outside range 4250-75000')