mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
peer_control: make hardcoded feerates consistent between json_fund_channel and peer_offer_channel
Stops some transactions from failing on the other side due to insufficient funds.
This commit is contained in:
@@ -705,7 +705,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
self.assertRaises(ValueError, self.pay, l1, l2, 10**9 + 1)
|
||||
|
||||
# This is the fee, which needs to be taken into account for l1.
|
||||
available = 10**9 - 13440
|
||||
available = 10**9 - 6720
|
||||
# Reserve is 1%.
|
||||
reserve = 10**7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user