Skip to content

Commit

Permalink
Add variant fixing compatibility w/bitcoind v0.19.0; see: lightningne…
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Nov 10, 2019
1 parent e41713c commit 33f8ea5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 0.8/variant-bitcoind-0.19.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git Dockerfile Dockerfile
index 6338001..43031e8 100644
--- Dockerfile
+++ Dockerfile
@@ -42,6 +42,10 @@ RUN git verify-tag "${TAG}" || \
# NOTE: needed to have deterministic builds
RUN go mod edit -go=1.13

+# NOTE: Fix compatibility with bitcoind v0.19.0+
+# More: https://github.com/lightningnetwork/lnd/pull/3649
+RUN go mod edit -replace github.com/btcsuite/btcd=github.com/btcsuite/[email protected]
+
RUN go mod tidy

RUN git diff go.mod go.sum

0 comments on commit 33f8ea5

Please sign in to comment.