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.
2 parents 5c2982e + a0fb758 commit 3cfe04bCopy full SHA for 3cfe04b
src/protocol.rs
@@ -66,7 +66,7 @@ pub type Key = [u8; 32];
66
#[non_exhaustive]
67
#[derive(PartialEq)]
68
pub enum Event {
69
- /// Emitted after the handshake with the remove peer is complete.
+ /// Emitted after the handshake with the remote peer is complete.
70
/// This is the first event (if the handshake is not disabled).
71
Handshake(RemotePublicKey),
72
/// Emitted when the remote peer opens a channel that we did not yet open.
0 commit comments