]> git.bitcoin.ninja Git - rust-lightning/commit
Add a new `ClosureReason::PeerFeerateTooLow`
authorMatt Corallo <git@bluematt.me>
Sun, 5 May 2024 23:21:13 +0000 (23:21 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 10 Jun 2024 15:12:28 +0000 (15:12 +0000)
commit88c291a9bc6df5aa9d2253182a2c934e56c3cfad
tree57b9abeffc861b2fca6722f0cc048ca31d032b4b
parent93011c377c1b6c73a0e93f63669ecf95be18522c
Add a new `ClosureReason::PeerFeerateTooLow`

Closure due to feerate disagreements are a specific closure reason
which admins can understand and tune their config (in the form of
their `FeeEstimator`) to avoid, so having a separate
`ClosureReason` for it is useful.
lightning/src/events/mod.rs
lightning/src/ln/channel.rs
lightning/src/ln/functional_tests.rs