]> git.bitcoin.ninja Git - rust-lightning/commit
Exclude HTLC transactions from broadcast on anchor channels
authorWilmer Paulino <wilmer.paulino@gmail.com>
Thu, 25 Aug 2022 20:36:17 +0000 (13:36 -0700)
committerWilmer Paulino <wilmer.paulino@gmail.com>
Tue, 13 Sep 2022 17:58:24 +0000 (10:58 -0700)
commit5aae0ab721fd703633f25b9587876b1911f910a9
treedbc480a2537fb5fdd6426658d786a11681cfe63e
parent62236c70d863bf9456e28a3a1ba784b2e4680a88
Exclude HTLC transactions from broadcast on anchor channels

HTLC transactions from anchor channels are constrained by a CSV of 1
block, so broadcasting them along with the unconfirmed commitment
tranasction will result in them being immediately rejected as premature.
lightning/src/chain/channelmonitor.rs