diff --git a/blockmanager.go b/blockmanager.go index b6b4c01d..829f7f5f 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -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