Skip to content

Commit ef3ec51

Browse files
committed
f - update TooFewBlindedHops docs
1 parent 43a6da1 commit ef3ec51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ pub enum SendError {
227227
/// Because implementations such as Eclair will drop onion messages where the message packet
228228
/// exceeds 32834 bytes, we refuse to send messages where the packet exceeds this size.
229229
TooBigPacket,
230-
/// The provided [`Destination`] was an invalid [`BlindedPath`], due to having fewer than two
231-
/// blinded hops.
230+
/// The provided [`Destination`] was an invalid [`BlindedPath`] due to not having any blinded
231+
/// hops.
232232
TooFewBlindedHops,
233233
/// Our next-hop peer was offline or does not support onion message forwarding.
234234
InvalidFirstHop,

0 commit comments

Comments
 (0)