]> 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>
Wed, 18 Sep 2024 16:48:40 +0000 (16:48 +0000)
commitfd97a6b1266fbdc06c6037cdac344920b9e12bee
treecf5867f27373dc47ee2cdc1ef56778c71f2eb7f0
parent1c825e1f1898f8cfeda492f0335286a550380213
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