X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=0a886b93f6e01eb3dc70c967bc8d439ee3805b84;hb=0b7700830b440613d66a4494213b8bbfa63b8f68;hp=34a8a410b65d1ad5c603954ee1d2290f4ba4856f;hpb=a534a5e7af4923122a359005a99f01cfb33b451c;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 34a8a410..0a886b93 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -902,12 +902,12 @@ pub enum MessageSendEvent { /// The message which should be sent. msg: msgs::FundingSigned, }, - /// Used to indicate that a funding_locked message should be sent to the peer with the given node_id. - SendFundingLocked { + /// Used to indicate that a channel_ready message should be sent to the peer with the given node_id. + SendChannelReady { /// The node_id of the node which should receive these message(s) node_id: PublicKey, - /// The funding_locked message which should be sent. - msg: msgs::FundingLocked, + /// The channel_ready message which should be sent. + msg: msgs::ChannelReady, }, /// Used to indicate that an announcement_signatures message should be sent to the peer with the given node_id. SendAnnouncementSignatures {