loop: set minimum LND version to 0.15.0

This commit is contained in:
Andras Banki-Horvath 2022-06-23 17:11:00 +01:00
parent 5d7b0abdf5
commit 85145ca4bb
No known key found for this signature in database
GPG key ID: 80E5375C094198D8

View file

@ -26,8 +26,8 @@ var (
// listed build tags/subservers need to be enabled.
LoopMinRequiredLndVersion = &verrpc.Version{
AppMajor: 0,
AppMinor: 14,
AppPatch: 2,
AppMinor: 15,
AppPatch: 0,
BuildTags: []string{
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
},