From 5ccb6f36e4a6948f2190b5dcae9f32bd90cae7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Tigerstr=C3=B6m?= Date: Fri, 8 Mar 2024 01:09:39 +0100 Subject: [PATCH] terminal: update minimum lnd version to `v0.17.0`` Loop `v0.28.0-beta` requires the minimum required lnd version to be set to `v0.17.0`, and this commit therefore updates the litd requirement accordingly. --- terminal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.go b/terminal.go index 3d0bc964d..b823035f1 100644 --- a/terminal.go +++ b/terminal.go @@ -138,7 +138,7 @@ var ( // to run LiT in remote mode. minimalCompatibleVersion = &verrpc.Version{ AppMajor: 0, - AppMinor: 16, + AppMinor: 17, AppPatch: 0, BuildTags: []string{ "signrpc", "walletrpc", "chainrpc", "invoicesrpc",