We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Debug
1 parent 102e355 commit 37ce0d0Copy full SHA for 37ce0d0
lightning/src/util/events.rs
@@ -228,7 +228,7 @@ impl MaybeReadable for Event {
228
/// An event generated by ChannelManager which indicates a message should be sent to a peer (or
229
/// broadcast to most peers).
230
/// These events are handled by PeerManager::process_events if you are using a PeerManager.
231
-#[derive(Clone)]
+#[derive(Clone, Debug)]
232
pub enum MessageSendEvent {
233
/// Used to indicate that we've accepted a channel open and should send the accept_channel
234
/// message provided to the given peer.
0 commit comments