]> 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>
Tue, 15 Oct 2024 15:43:40 +0000 (15:43 +0000)
commit4990215e25a9b7e1f0232baed811376bbe93d1db
treebc2412257d5694926d91f3dbc9a9a16376f8ec4b
parent0d4cea6ae3dd857dd0649d80b45cfe1fc6bb5ef4
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