]> 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>
Thu, 17 Oct 2024 18:34:33 +0000 (18:34 +0000)
commit8c4794df87543ccc0bb1e2f2e946d26bdc7d42a0
treea5fb261279995c1f85de4a722f85c0fa66acc170
parenta19edbc32dcbadd1d50d963238f343fa1a2e2355
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