Skip to content

Commit

Permalink
Merge pull request #17 from cowlicks/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ttiurani authored Oct 28, 2024
2 parents 5c2982e + a0fb758 commit 3cfe04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub type Key = [u8; 32];
#[non_exhaustive]
#[derive(PartialEq)]
pub enum Event {
/// Emitted after the handshake with the remove peer is complete.
/// Emitted after the handshake with the remote peer is complete.
/// This is the first event (if the handshake is not disabled).
Handshake(RemotePublicKey),
/// Emitted when the remote peer opens a channel that we did not yet open.
Expand Down

0 comments on commit 3cfe04b

Please sign in to comment.