mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01: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:
parent
b0a402bc4f
commit
3f74cee023
1 changed files with 2 additions and 2 deletions
4
peer.go
4
peer.go
|
@ -9,8 +9,8 @@ import (
|
|||
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/lightningnetwork/lnd/lndc"
|
||||
"li.lan/labs/plasma/lnwallet"
|
||||
"li.lan/labs/plasma/lnwire"
|
||||
"github.com/lightningnetwork/lnd/lnwallet"
|
||||
"github.com/lightningnetwork/lnd/lnwire"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Reference in a new issue