We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaafd1 commit 8ca03f8Copy full SHA for 8ca03f8
lightning/src/ln/peer_handler.rs
@@ -88,7 +88,7 @@ pub trait SocketDescriptor : cmp::Eq + hash::Hash + Clone {
88
}
89
90
/// Error for PeerManager errors. If you get one of these, you must disconnect the socket and
91
-/// generate no further read_event/write_buffer_space_avail/doscket_disconnected calls for the
+/// generate no further read_event/write_buffer_space_avail/socket_disconnected calls for the
92
/// descriptor.
93
pub struct PeerHandleError {
94
/// Used to indicate that we probably can't make any future connections to this peer, implying
0 commit comments