]> git.bitcoin.ninja Git - rust-lightning/commit
Drop unused `PackageTemplate::height_original`
authorMatt Corallo <git@bluematt.me>
Thu, 5 Sep 2024 23:48:02 +0000 (23:48 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 6 Sep 2024 17:57:41 +0000 (17:57 +0000)
commit3ea64497ab244bf9c81bad04ad9d6a6538421463
treeefb56853776bd0af55463d1cc21ff893d13a2ceb
parent48cb082d9ef33d5a6b2373a9993cd7b5722426fb
Drop unused `PackageTemplate::height_original`

This has never been used, and its set to a fixed value of zero for
HTLCs on local commitment transactions making it impossible to rely
on so might as well remove it.
lightning/src/chain/package.rs