-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update upstream to 0.17.2 * Fix 0.3.5 Docs link * fix SCB recovery * remove unused code * Remove beta build and revert to messense * convert wallet password to base32 * Apply suggestions from code review * refactoring, ascii limits, and fixes * update default max-commit-fee-rate-anchors to 50 * add conditional to up migration * update default max-comit-fee-rate-anchors to 100 * update manifest release notes * add config option for maxpendingchannels * Update upstream to 0.17.3
- Loading branch information
1 parent
b0b5361
commit c188c5a
Showing
11 changed files
with
671 additions
and
416 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM lightninglabs/lnd:v0.17.0-beta | ||
FROM lightninglabs/lnd:v0.17.3-beta | ||
|
||
ARG ARCH | ||
RUN apk add --no-cache \ | ||
|
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.