Skip to content

Commit 35e0120

Browse files
authored
Merge pull request #539 from bhandras/loopd_minimum_version
loopd: bump minimum lnd version to v0.15.4
2 parents 05d8fb4 + 105d3d1 commit 35e0120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var (
2727
LoopMinRequiredLndVersion = &verrpc.Version{
2828
AppMajor: 0,
2929
AppMinor: 15,
30-
AppPatch: 1,
30+
AppPatch: 4,
3131
BuildTags: []string{
3232
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
3333
},

0 commit comments

Comments
 (0)