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: loopd/config.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ type config struct {
45
45
MaxLSATCostuint32`long:"maxlsatcost" description:"Maximum cost in satoshis that loopd is going to pay for an LSAT token automatically. Does not include routing fees."`
46
46
MaxLSATFeeuint32`long:"maxlsatfee" description:"Maximum routing fee in satoshis that we are willing to pay while paying for an LSAT token."`
47
47
48
-
Lnd*lndConfig`group:"lnd" namespace:"lnd"`
48
+
Lnd*lndConfig`group:"lnd" namespace:"lnd"`
49
+
Proxystring`long:"proxy" description:"The host:port of a SOCKS proxy through which all connections to the swap server will be established over."`
49
50
50
51
ViewviewParameters`command:"view" alias:"v" description:"View all swaps in the database. This command can only be executed when loopd is not running."`
0 commit comments