File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1667,7 +1667,7 @@ pub enum MessageSendEvent {
1667
1667
/// The node_id of the node which should receive this message
1668
1668
node_id : PublicKey ,
1669
1669
/// The message which should be sent.
1670
- msg : msgs:: TxAddInput ,
1670
+ msg : msgs:: TxAbort ,
1671
1671
} ,
1672
1672
/// Used to indicate that a channel_ready message should be sent to the peer with the given node_id.
1673
1673
SendChannelReady {
Original file line number Diff line number Diff line change @@ -1229,7 +1229,7 @@ pub trait ChannelMessageHandler : MessageSendEventsProvider {
1229
1229
/// Handle an incoming `channel_ready` message from the given peer.
1230
1230
fn handle_channel_ready ( & self , their_node_id : & PublicKey , msg : & ChannelReady ) ;
1231
1231
1232
- // Channl close:
1232
+ // Channel close:
1233
1233
/// Handle an incoming `shutdown` message from the given peer.
1234
1234
fn handle_shutdown ( & self , their_node_id : & PublicKey , msg : & Shutdown ) ;
1235
1235
/// Handle an incoming `closing_signed` message from the given peer.
You can’t perform that action at this time.
0 commit comments