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
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import (
10
10
"time"
11
11
12
12
"github.com/btcsuite/btcd/btcutil"
13
-
"github.com/lightninglabs/aperture/lsat"
13
+
"github.com/lightninglabs/aperture/l402"
14
14
"github.com/lightninglabs/loop/loopdb"
15
15
"github.com/lightningnetwork/lnd/cert"
16
16
"github.com/lightningnetwork/lnd/lncfg"
@@ -160,8 +160,10 @@ type Config struct {
160
160
MaxLogFileSizeint`long:"maxlogfilesize" description:"Maximum logfile size in MB."`
161
161
162
162
DebugLevelstring`long:"debuglevel" description:"Logging level for all subsystems {trace, debug, info, warn, error, critical} -- You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set the log level for individual subsystems -- Use show to list available subsystems"`
163
-
MaxLSATCostuint32`long:"maxlsatcost" description:"Maximum cost in satoshis that loopd is going to pay for an LSAT token automatically. Does not include routing fees."`
164
-
MaxLSATFeeuint32`long:"maxlsatfee" description:"Maximum routing fee in satoshis that we are willing to pay while paying for an LSAT token."`
MaxL402Costuint32`long:"maxl402cost" description:"Maximum cost in satoshis that loopd is going to pay for an L402 token automatically. Does not include routing fees."`
166
+
MaxL402Feeuint32`long:"maxl402fee" description:"Maximum routing fee in satoshis that we are willing to pay while paying for an L402 token."`
165
167
166
168
LoopOutMaxPartsuint32`long:"loopoutmaxparts" description:"The maximum number of payment parts that may be used for a loop out swap."`
0 commit comments