mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 22:27:22 +01:00
lnpeer/peer.go: modifying interface comment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user