Move feerate helpers to chain module
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Tue, 11 Jul 2023 22:14:01 +0000 (15:14 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 14 Jul 2023 21:45:15 +0000 (14:45 -0700)
commit19de4353d52bca8021ba3e1b8f4b036d5f5a8648
treeb0248a24c87181c0c033a59a1721e029f35c624d
parent07606c18412d4571da30f1079150186dd5c17525
Move feerate helpers to chain module

We plan to use these outside of the `bump_transaction` module in the
next commit, and they really should belong in the same module as
`FeeEstimator`.
lightning/src/chain/chaininterface.rs
lightning/src/events/bump_transaction.rs