htlcswitch: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2017-05-31 16:48:07 -07:00
parent 2ab03c57be
commit 74897dc328
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -83,7 +83,7 @@ type Config struct {
LocalChannelClose func(pubKey []byte, request *ChanClose)
}
// htlcSwitch is a central messaging bus for all incoming/outgoing HTLCs.
// Switch is the central messaging bus for all incoming/outgoing HTLCs.
// Connected peers with active channels are treated as named interfaces which
// refer to active channels as links. A link is the switch's message
// communication point with the goroutine that manages an active channel. New