build: update glide files to point to btcsuite/* not roasbeef/*

This commit is contained in:
Olaoluwa Osuntokun
2018-06-04 18:41:41 -07:00
parent a34a4661e8
commit 9ad9af4f7a
5 changed files with 79 additions and 79 deletions

View File

@@ -1,9 +1,9 @@
package lnpeer
import (
"github.com/btcsuite/btcd/btcec"
"github.com/btcsuite/btcd/wire"
"github.com/lightningnetwork/lnd/lnwire"
"github.com/roasbeef/btcd/btcec"
"github.com/roasbeef/btcd/wire"
)
// Peer is an interface which represents the remote lightning node inside our