lnpeer/peer.go: modifying interface comment

This commit is contained in:
nsa 2020-06-24 23:47:07 -04:00
parent f9c6a1b73f
commit 50186ba834

View File

@ -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