mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
lnpeer/peer.go: modifying interface comment
This commit is contained in:
parent
f9c6a1b73f
commit
50186ba834
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ import (
|
|||
"github.com/lightningnetwork/lnd/lnwire"
|
||||
)
|
||||
|
||||
// Peer is an interface which represents the remote lightning node inside our
|
||||
// system.
|
||||
// Peer is an interface which represents a remote lightning node.
|
||||
type Peer interface {
|
||||
// SendMessage sends a variadic number of high-priority message to
|
||||
// remote peer. The first argument denotes if the method should block
|
||||
|
|
Loading…
Add table
Reference in a new issue