terminal: bump lnd minimum version to v0.19.0-beta

This commit is contained in:
Oliver Gugger 2025-05-21 16:54:24 +02:00
parent 1d2935086b
commit 02f9160ba1
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -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",
},