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
|
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
|
||||||
|
|
Loading…
Reference in a new issue