2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00

loopd: bump minimum lnd version to v0.15.4

This commit is contained in:
Andras Banki-Horvath 2022-11-18 21:24:31 +01:00
parent 78e35d4b0b
commit 105d3d1ab4
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -27,7 +27,7 @@ var (
LoopMinRequiredLndVersion = &verrpc.Version{
AppMajor: 0,
AppMinor: 15,
AppPatch: 1,
AppPatch: 4,
BuildTags: []string{
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
},