lndclient: move to github.com/lightninglabs/lndclient

This commit is contained in:
Joost Jager 2020-06-17 22:25:57 +02:00
parent d4046a6053
commit 0c9fcd790e
No known key found for this signature in database
GPG key ID: A61B9D4C393C59C7
42 changed files with 44 additions and 3702 deletions

View file

@ -3,7 +3,7 @@ package loop
import (
"time"
"github.com/lightninglabs/loop/lndclient"
"github.com/lightninglabs/lndclient"
"github.com/lightninglabs/loop/loopdb"
"github.com/lightninglabs/loop/lsat"
)