From 4ed8e63326012aa42e862fbeb2ac5888f4d834c4 Mon Sep 17 00:00:00 2001 From: nicolasburtey Date: Thu, 17 Jun 2021 04:08:22 -0500 Subject: [PATCH] fix segfault --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1859a06..dd7277f 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gogo/protobuf v1.2.1 github.com/google/go-cmp v0.5.3 // indirect - github.com/lightningnetwork/lnd v0.11.1-beta + github.com/lightningnetwork/lnd v0.12.1-beta github.com/ltcsuite/ltcd v0.0.0-20191228044241-92166e412499 // indirect github.com/miekg/dns v1.1.26 // indirect github.com/pkg/errors v0.9.1 // indirect