mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
terminal: bump lnd minimum version to v0.19.0-beta
This commit is contained in:
parent
1d2935086b
commit
02f9160ba1
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ var (
|
|||
// to run LiT in remote mode.
|
||||
minimalCompatibleVersion = &verrpc.Version{
|
||||
AppMajor: 0,
|
||||
AppMinor: 18,
|
||||
AppPatch: 5,
|
||||
AppMinor: 19,
|
||||
AppPatch: 0,
|
||||
BuildTags: []string{
|
||||
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue