mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #539 from bhandras/loopd_minimum_version
loopd: bump minimum lnd version to v0.15.4
This commit is contained in:
commit
35e0120e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ var (
|
|||
LoopMinRequiredLndVersion = &verrpc.Version{
|
||||
AppMajor: 0,
|
||||
AppMinor: 15,
|
||||
AppPatch: 1,
|
||||
AppPatch: 4,
|
||||
BuildTags: []string{
|
||||
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue