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:
Boris Nagaev 2024-04-17 15:57:59 -03:00
parent bfc3f44aa1
commit 0e7927ac96
No known key found for this signature in database
18 changed files with 174 additions and 166 deletions

View file

@ -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