Skip to content

Commit 3bde939

Browse files
committed
terminal: bump minimum required lnd version to v0.14.3-beta
Because Loop requires a new version, we also need to bump the overall minimum required version of lnd in LiT.
1 parent 1edfc43 commit 3bde939

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
@@ -120,7 +120,7 @@ var (
120120
// to run LiT in remote mode.
121121
minimalCompatibleVersion = &verrpc.Version{
122122
AppMajor: 0,
123-
AppMinor: 13,
123+
AppMinor: 14,
124124
AppPatch: 3,
125125
BuildTags: []string{
126126
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",

0 commit comments

Comments
 (0)