mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
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.
This commit is contained in:
parent
a3ff9f23fd
commit
9faa4a8388
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ var (
|
|||
// to run LiT in remote mode.
|
||||
minimalCompatibleVersion = &verrpc.Version{
|
||||
AppMajor: 0,
|
||||
AppMinor: 17,
|
||||
AppPatch: 0,
|
||||
AppMinor: 18,
|
||||
AppPatch: 5,
|
||||
BuildTags: []string{
|
||||
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue