]> git.bitcoin.ninja Git - rust-lightning/commit
Move commitment tx fee calculation helpers to `chan_utils`
authorMatt Corallo <git@bluematt.me>
Fri, 29 Sep 2023 17:26:01 +0000 (17:26 +0000)
committerDuncan Dean <git@dunxen.dev>
Tue, 13 Aug 2024 11:26:57 +0000 (13:26 +0200)
commitf1f28c6010139de04359aa04f98e708e15bd6a7d
treea6fb891fb6b3a1e7e3920d925ed556acac7d71dd
parent9e147a6213e3a495177a180b50526a3307f7616d
Move commitment tx fee calculation helpers to `chan_utils`

These don't really belong in `channel` as they're now used in other
parts of the codebase.
lightning/src/ln/chan_utils.rs
lightning/src/ln/channel.rs
lightning/src/ln/functional_tests.rs
lightning/src/ln/monitor_tests.rs
lightning/src/ln/payment_tests.rs