From c31698b59bf908ed1829639db498c21b44129600 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 31 Mar 2023 11:04:47 +0200 Subject: [PATCH] docker+docs: bump btcd version --- docker/btcd/Dockerfile | 2 +- docs/INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/btcd/Dockerfile b/docker/btcd/Dockerfile index 756ddde65..20708eb90 100644 --- a/docker/btcd/Dockerfile +++ b/docker/btcd/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache git gcc musl-dev WORKDIR $GOPATH/src/github.com/btcsuite/btcd # Pin down btcd to a version that we know works with lnd. -ARG BTCD_VERSION=v0.23.1 +ARG BTCD_VERSION=v0.23.5 # Grab and install the latest version of of btcd and all related dependencies. RUN git clone https://github.com/btcsuite/btcd.git . \ diff --git a/docs/INSTALL.md b/docs/INSTALL.md index fbe7bbb64..12fc110aa 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -355,7 +355,7 @@ bitcoind: On FreeBSD, use gmake instead of make. In order to be able to utilize the latest Taproot features, [`btcd` version -`v0.23.1`](https://github.com/btcsuite/btcd/releases/tag/v0.23.1) MUST be used. +`v0.23.5`](https://github.com/btcsuite/btcd/releases/tag/v0.23.5) MUST be used. To install btcd, run the following commands: