1
0

Merge pull request #9826 from f321x/fix_fee_disagreement_ln

fix: reduce update_fee target for anchor channels
This commit is contained in:
ghost43
2025-05-15 13:30:11 +00:00
committed by GitHub
4 changed files with 66 additions and 33 deletions

View File

@@ -340,7 +340,7 @@ class MockLNWallet(Logger, EventListener, NetworkRetryManager[LNPeerAddr]):
get_forwarding_failure = LNWallet.get_forwarding_failure
maybe_cleanup_forwarding = LNWallet.maybe_cleanup_forwarding
current_target_feerate_per_kw = LNWallet.current_target_feerate_per_kw
current_low_feerate_per_kw = LNWallet.current_low_feerate_per_kw
current_low_feerate_per_kw_srk_channel = LNWallet.current_low_feerate_per_kw_srk_channel
maybe_cleanup_mpp = LNWallet.maybe_cleanup_mpp