You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,10 @@ type Config struct {
354
354
355
355
RejectHTLCbool`long:"rejecthtlc" description:"If true, lnd will not forward any HTLCs that are meant as onward payments. This option will still allow lnd to send HTLCs and receive HTLCs but lnd won't be used as a hop."`
356
356
357
+
// RequireInterceptor determines whether the HTLC interceptor is
358
+
// registered regardless of whether the RPC is called or not.
359
+
RequireInterceptorbool`long:"requireinterceptor" description:"Whether to always intercept HTLCs, even if no stream is attached"`
360
+
357
361
StaggerInitialReconnectbool`long:"stagger-initial-reconnect" description:"If true, will apply a randomized staggering between 0s and 30s when reconnecting to persistent peers on startup. The first 10 reconnections will be attempted instantly, regardless of the flag's value"`
358
362
359
363
MaxOutgoingCltvExpiryuint32`long:"max-cltv-expiry" description:"The maximum number of blocks funds could be locked up for when forwarding payments."`
0 commit comments