mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
pyetst: Fix up a test checking fees after fee calc change
This commit is contained in:
parent
f9d02b6486
commit
abfe55e214
1 changed files with 2 additions and 2 deletions
|
@ -3376,9 +3376,9 @@ def test_feerate_spam(node_factory, chainparams):
|
|||
# Now change feerates to something l1 can't afford.
|
||||
l1.set_feerates((200000, 200000, 200000, 200000))
|
||||
|
||||
# It will raise as far as it can (30000)
|
||||
# It will raise as far as it can (30551)
|
||||
if 'anchors_zero_fee_htlc_tx/even' in only_one(l1.rpc.listpeerchannels()['channels'])['channel_type']['names']:
|
||||
maxfeerate = 30000
|
||||
maxfeerate = 30551
|
||||
else:
|
||||
maxfeerate = 48000
|
||||
l1.daemon.wait_for_log('Setting REMOTE feerate to {}'.format(maxfeerate))
|
||||
|
|
Loading…
Add table
Reference in a new issue