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
}
// blockMsg packages a bitcoin block message and the peer it came from together
// so the block handler has access to that information.
// headersMsg packages a bitcoin headers message and the peer it came from
// together so the block handler has access to that information.
type headersMsg struct {
headers *wire.MsgHeaders
peer *peer