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

@ -9,7 +9,7 @@ import (
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcutil"
"github.com/lightninglabs/loop/lndclient"
"github.com/lightninglabs/lndclient"
"github.com/lightninglabs/loop/loopdb"
"github.com/lightninglabs/loop/test"
"github.com/lightningnetwork/lnd/lnrpc"