Correct duplicated 'blockMsg' comment.

This commit is contained in:
Olaoluwa Osuntokun 2014-12-21 18:27:30 -06:00
parent 03433dad6a
commit 86cbf27f58

View file

@ -53,8 +53,8 @@ type invMsg struct {
peer *peer peer *peer
} }
// blockMsg packages a bitcoin block message and the peer it came from together // headersMsg packages a bitcoin headers message and the peer it came from
// so the block handler has access to that information. // together so the block handler has access to that information.
type headersMsg struct { type headersMsg struct {
headers *wire.MsgHeaders headers *wire.MsgHeaders
peer *peer peer *peer