Skip to content

Commit 02f9160

Browse files
committed
terminal: bump lnd minimum version to v0.19.0-beta
1 parent 1d29350 commit 02f9160

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
@@ -142,8 +142,8 @@ var (
142142
// to run LiT in remote mode.
143143
minimalCompatibleVersion = &verrpc.Version{
144144
AppMajor: 0,
145-
AppMinor: 18,
146-
AppPatch: 5,
145+
AppMinor: 19,
146+
AppPatch: 0,
147147
BuildTags: []string{
148148
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
149149
},

0 commit comments

Comments
 (0)