MCPcopy Create free account
hub / github.com/ethereum/node-crawler / Code

Method Code

pkg/crawler/connection.go:89–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87type Status eth.StatusPacket
88
89func (msg Status) Code() int { return 16 }
90func (msg Status) ReqID() uint64 { return 0 }
91
92// NewBlockHashes is the network packet for the block announcements.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected