rust-lightning/lightning
Valentine Wallace ad18c4d853
Add commitment transaction broadcast as a ChannelMonitor event
To do this, we replace get_and_clear_pending_htlcs_updated with
get_and_clear_pending_monitor_events, and which still transmits HTLCUpdates
as before, but now also transmits a new MonitorEvent::CommitmentTxBroadcasted
event when a channel's commitment transaction is broadcasted.
2020-08-25 16:37:49 -04:00
..
src Add commitment transaction broadcast as a ChannelMonitor event 2020-08-25 16:37:49 -04:00
Cargo.toml export "unsafe_revoked_tx_signing" feature 2020-08-11 09:23:31 +02:00