rust-lightning/lightning
Willem Van Lint 69e1c70998 Refactor package_locktime in terms of signed and minimum locktimes
There are multiple factors affecting the locktime of a package:
- HTLC transactions rely on a fixed timelock due to the counterparty's
  signature.
- HTLC timeout claims on the counterparty's commitment transaction
  require satisfying a CLTV timelock.
- The locktime can be set to the latest height to avoid fee sniping.
These factors were combined in a single method, making the separate
factors less clear.
2024-12-09 23:10:43 -08:00
..
src Refactor package_locktime in terms of signed and minimum locktimes 2024-12-09 23:10:43 -08:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00