lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

commit e1e6b88a0bfcaee4e7883cafbde4692f1af30c3f
parent 03a27e2887315dcd4a604464cc8cd52982b13fde
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 15 Mar 2022 15:00:04 -0700

lnsocket.go: update path

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mgo/go.mod | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go/go.mod b/go/go.mod @@ -1,4 +1,4 @@ -module github.com/jb55/lnsocket +module github.com/jb55/lnsocket/go require ( github.com/btcsuite/btcd v0.22.0-beta.0.20211005184431-e3449998be39