Skip to content

Commit

Permalink
terminal: update minimum lnd version to v0.17.0`
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ViktorTigerstrom committed Mar 8, 2024
1 parent 1a564ac commit 5ccb6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ccb6f3

Please sign in to comment.