Skip to content

Commit 9faa4a8

Browse files
committed
terminal: bump minimum lnd version to v0.18.5-beta
Before, this minimum version was driven by tapd. But we should keep the minimum required version up to date in litd as well.
1 parent a3ff9f2 commit 9faa4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terminal.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ var (
141141
// to run LiT in remote mode.
142142
minimalCompatibleVersion = &verrpc.Version{
143143
AppMajor: 0,
144-
AppMinor: 17,
145-
AppPatch: 0,
144+
AppMinor: 18,
145+
AppPatch: 5,
146146
BuildTags: []string{
147147
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
148148
},

0 commit comments

Comments
 (0)