Correct duplicated 'blockMsg' comment.
This commit is contained in:
parent
03433dad6a
commit
86cbf27f58
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue