lnpeer/peer.go: modifying interface comment
This commit is contained in:
parent
f9c6a1b73f
commit
50186ba834
@ -9,8 +9,7 @@ import (
|
|||||||
"github.com/lightningnetwork/lnd/lnwire"
|
"github.com/lightningnetwork/lnd/lnwire"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Peer is an interface which represents the remote lightning node inside our
|
// Peer is an interface which represents a remote lightning node.
|
||||||
// system.
|
|
||||||
type Peer interface {
|
type Peer interface {
|
||||||
// SendMessage sends a variadic number of high-priority message to
|
// SendMessage sends a variadic number of high-priority message to
|
||||||
// remote peer. The first argument denotes if the method should block
|
// remote peer. The first argument denotes if the method should block
|
||||||
|
Loading…
Reference in New Issue
Block a user