We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6902ccb commit e15c339Copy full SHA for e15c339
lightning/src/ln/peer_handler.rs
@@ -257,8 +257,8 @@ pub trait SocketDescriptor : cmp::Eq + hash::Hash + Clone {
257
/// descriptor.
258
#[derive(Clone)]
259
pub struct PeerHandleError {
260
- /// Used to indicate that we probably can't make any future connections to this peer (eg
261
- /// because one of us or our peer had required features that the other was missing).
+ /// Used to indicate that we probably can't make any future connections to this peer (e.g.
+ /// because we required features that our peer was missing, or vice versa).
262
///
263
/// While LDK's [`ChannelManager`] will not do it automatically, you likely wish to force-close
264
/// any channels with this peer or check for new versions of LDK.
0 commit comments