rust-lightning/lightning/src/chain
Wilmer Paulino 62236c70d8
Avoid commitment broadcast upon detected funding spend
There's no need to broadcast our local commitment transaction if we've
already seen a confirmed one as it'll be immediately rejected as a
duplicate/conflict.

This will also help prevent dispatching spurious events for bumping
commitment and HTLC transactions through anchor outputs (once
implemented in future work) and the dispatch for said events follows the
same flow as our usual commitment broadcast.
2022-09-13 10:58:20 -07:00
..
chaininterface.rs Merge pull request #1611 from TheBlueMatt/2022-07-lower-bounded-estimator-nit 2022-07-25 21:11:07 +00:00
chainmonitor.rs Merge pull request #1663 from tnull/2022-08-drop-register-output-return 2022-08-15 23:10:32 +00:00
channelmonitor.rs Avoid commitment broadcast upon detected funding spend 2022-09-13 10:58:20 -07:00
keysinterface.rs Modify ecdh to take Scalar 2022-08-11 00:21:26 +02:00
mod.rs Derive Debug for AccessError 2022-09-09 15:18:43 +02:00
onchaintx.rs Expose counterparty-revoked-outputs in get_claimable_balance 2022-08-16 01:06:00 +00:00
package.rs Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00
transaction.rs Drop writer size hinting/message vec preallocation 2021-09-18 01:01:41 +00:00