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 17ba6fd commit 1a99c62Copy full SHA for 1a99c62
lncfg/protocol_legacy_on.go
@@ -12,6 +12,10 @@ type LegacyProtocol struct {
12
// LegacyOnionFormat if set to true, then we won't signal
13
// TLVOnionPayloadOptional. As a result, nodes that include us in the
14
// route won't use the new modern onion framing.
15
+ //
16
+ // NOTE: LND will still be able to decode tlv onion payloads if they
17
+ // reach us because the decoder supports both formats althoug we
18
+ // explicitly gossip that we don't support it via this config.
19
LegacyOnionFormat bool `long:"onion" description:"force node to not advertise the new modern TLV onion format"`
20
21
// CommitmentTweak guards if we should use the old legacy commitment
0 commit comments