From 86cbf27f5872087969e1b261b5e61587fb20b6f9 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 21 Dec 2014 18:27:30 -0600 Subject: [PATCH] Correct duplicated 'blockMsg' comment. --- blockmanager.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockmanager.go b/blockmanager.go index b6b4c01d4..829f7f5fa 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