]> git.bitcoin.ninja Git - rust-lightning/commit
Drop bogus debug assertion that we don't overpay on fees
authorMatt Corallo <git@bluematt.me>
Thu, 29 Aug 2024 22:47:32 +0000 (22:47 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Sep 2024 14:15:28 +0000 (14:15 +0000)
commitb3644dcdb5d9b4e7f0c9d1f95bae7f9324215961
tree644f213143e97f7a4fbada00f272ad979706772c
parentd383ac49a27a785ad93135bbe8e650704649f6af
Drop bogus debug assertion that we don't overpay on fees

We should always select at least as many coins as is required to
meet the feerate target, but its perfectly fine if we overshoot.
Specifically, we may overshoot deliberately if we choose to burn
change to fee instead.
lightning/src/events/bump_transaction.rs