mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
build: update glide files to point to btcsuite/* not roasbeef/*
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user