mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loop: set minimum LND version to 0.15.0
This commit is contained in:
parent
5d7b0abdf5
commit
85145ca4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue