Skip to content

Commit 5ccb6f3

Browse files
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.
1 parent 1a564ac commit 5ccb6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var (
138138
// to run LiT in remote mode.
139139
minimalCompatibleVersion = &verrpc.Version{
140140
AppMajor: 0,
141-
AppMinor: 16,
141+
AppMinor: 17,
142142
AppPatch: 0,
143143
BuildTags: []string{
144144
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",

0 commit comments

Comments
 (0)