Skip to content

Commit e15c339

Browse files
committed
f use vice versa
1 parent 6902ccb commit e15c339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ pub trait SocketDescriptor : cmp::Eq + hash::Hash + Clone {
257257
/// descriptor.
258258
#[derive(Clone)]
259259
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).
260+
/// Used to indicate that we probably can't make any future connections to this peer (e.g.
261+
/// because we required features that our peer was missing, or vice versa).
262262
///
263263
/// While LDK's [`ChannelManager`] will not do it automatically, you likely wish to force-close
264264
/// any channels with this peer or check for new versions of LDK.

0 commit comments

Comments
 (0)