mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: replace LSAT with L402
git mv ./cmd/loop/lsat.go ./cmd/loop/l402.go sed 's@lsat@l402@g' -i `git grep -l lsat` sed 's@Lsat@L402@g' -i `git grep -l Lsat` sed 's@LSAT@L402@g' -i `git grep -l LSAT` make rpc Updated release_notes.md.
This commit is contained in:
parent
bfc3f44aa1
commit
0e7927ac96
18 changed files with 174 additions and 166 deletions
|
|
@ -86,11 +86,11 @@
|
|||
|
||||
; Maximum cost in satoshis that loopd is going to pay for an L402 token
|
||||
; automatically. Does not include routing fees.
|
||||
; maxlsatcost=1000
|
||||
; maxl402cost=1000
|
||||
|
||||
; Maximum routing fee in satoshis that we are willing to pay while paying for an
|
||||
; L402 token.
|
||||
; maxlsatfee=10
|
||||
; maxl402fee=10
|
||||
|
||||
; The maximum number of payment parts that may be used for a loop out swap.
|
||||
; loopoutmaxparts=5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue