Skip to content

Commit 85145ca

Browse files
committed
loop: set minimum LND version to 0.15.0
1 parent 5d7b0ab commit 85145ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loopd/run.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ var (
2626
// listed build tags/subservers need to be enabled.
2727
LoopMinRequiredLndVersion = &verrpc.Version{
2828
AppMajor: 0,
29-
AppMinor: 14,
30-
AppPatch: 2,
29+
AppMinor: 15,
30+
AppPatch: 0,
3131
BuildTags: []string{
3232
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
3333
},

0 commit comments

Comments
 (0)