mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
Address go install
issues
Error messages: peer.go:12:2: cannot find package "li.lan/labs/plasma/lnwallet" peer.go:13:2: cannot find package "li.lan/labs/plasma/lnwire"
This commit is contained in:
4
peer.go
4
peer.go
@@ -9,8 +9,8 @@ import (
|
|||||||
|
|
||||||
"github.com/btcsuite/btcd/wire"
|
"github.com/btcsuite/btcd/wire"
|
||||||
"github.com/lightningnetwork/lnd/lndc"
|
"github.com/lightningnetwork/lnd/lndc"
|
||||||
"li.lan/labs/plasma/lnwallet"
|
"github.com/lightningnetwork/lnd/lnwallet"
|
||||||
"li.lan/labs/plasma/lnwire"
|
"github.com/lightningnetwork/lnd/lnwire"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Reference in New Issue
Block a user