]> git.bitcoin.ninja Git - rust-lightning/commit
Rename `soonest_conf_deadline` to `counterparty_spendable_height`
authorMatt Corallo <git@bluematt.me>
Wed, 18 Sep 2024 16:48:24 +0000 (16:48 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 17 Oct 2024 18:34:33 +0000 (18:34 +0000)
commitd557334e3106915efea84359fcd4238df1378706
tree51943fb9132b6dfaeecb8d2923a8ab045a508d73
parentbe915872c5d2d03fa45052c8567253d68303d222
Rename `soonest_conf_deadline` to `counterparty_spendable_height`

This renames the field in `PackageTemplate` which describes the
height at which a counterparty can make a claim to an output to
match its actual use.

Previously it had been set based on when a counterparty can claim
an output but also used for other purposes. In the previous commit
we cleaned up its use for fee-bumping-rate, so here we can rename
it as it is now only used as the `counteraprty_spendable_height`.
lightning/src/chain/package.rs