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.
1 parent 43a6da1 commit ef3ec51Copy full SHA for ef3ec51
lightning/src/onion_message/messenger.rs
@@ -227,8 +227,8 @@ pub enum SendError {
227
/// Because implementations such as Eclair will drop onion messages where the message packet
228
/// exceeds 32834 bytes, we refuse to send messages where the packet exceeds this size.
229
TooBigPacket,
230
- /// The provided [`Destination`] was an invalid [`BlindedPath`], due to having fewer than two
231
- /// blinded hops.
+ /// The provided [`Destination`] was an invalid [`BlindedPath`] due to not having any blinded
+ /// hops.
232
TooFewBlindedHops,
233
/// Our next-hop peer was offline or does not support onion message forwarding.
234
InvalidFirstHop,
0 commit comments