-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retries, backoff and backoff limit implemented on swaps (#49)
Retries, backoff and backoff limit for retrying swaps --------- Co-authored-by: José A.P <[email protected]> Co-authored-by: José A.P <[email protected]>
- Loading branch information
1 parent
9aa8e2f
commit b6718ee
Showing
6 changed files
with
254 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM --platform=linux/amd64 lightninglabs/loopserver:v0.9.123-beta | ||
FROM lightninglabs/loopserver:v0.9.147-beta | ||
|
||
COPY regtest.polar/volumes/lnd/alice /root/.lnd | ||
# COPY regtest.polar/volumes/lnd/alice /root/.lnd | ||
|
||
USER root | ||
# USER root | ||
|
||
RUN chmod -R 777 /root/.lnd | ||
RUN chown -R loopserver:loopserver /root/.lnd | ||
# RUN chmod -R 777 /root/.lnd | ||
# RUN chown -R loopserver:loopserver /root/.lnd | ||
|
||
USER loopserver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.