From 7cf1f5405fdbff9d86e47a9e3ec92b53b45b6e2b Mon Sep 17 00:00:00 2001 From: yse Date: Mon, 12 Feb 2024 13:14:48 +0100 Subject: [PATCH] fix: update lnd version in README Allows us to run the integration tests as intended --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027ea26e..cd7728cc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ In order to run the integration tests, you need: - python3 installed - A development build of lightningd v23.11 - lnd v0.17.2 lsp version https://github.com/breez/lnd/commit/0c939786ced78a981bd77c7da628bfcf86ada568 -- lnd v0.16.4 breez client version https://github.com/breez/lnd/commit/3c0854adcfc924a6d759a6ee4640c41266b9f8b4 +- lnd v0.16.4 breez client version https://github.com/breez/lnd/commit/b9b7d37852321146dd7171809d673141fe1137bf - bitcoind (tested with v23.0) - bitcoin-cli (tested with v23.0) - build of lspd (`make release-lspd`)