rust-lightning/lightning-net-tokio/src
Jeffrey Czyz eff9a47075
Refactor PaymentFailureNetworkUpdate event
MessageSendEvent::PaymentFailureNetworkUpdate served as a hack to pass
an HTLCFailChannelUpdate from ChannelManager to NetGraphMsgHandler via
PeerManager. Instead, remove the event entirely and move the contained
data (renamed NetworkUpdate) to Event::PaymentFailed to be processed by
an event handler.
2021-09-15 11:50:27 -05:00
..
lib.rs Refactor PaymentFailureNetworkUpdate event 2021-09-15 11:50:27 -05:00