()
| 87 | type Status eth.StatusPacket |
| 88 | |
| 89 | func (msg Status) Code() int { return 16 } |
| 90 | func (msg Status) ReqID() uint64 { return 0 } |
| 91 | |
| 92 | // NewBlockHashes is the network packet for the block announcements. |
nothing calls this directly
no outgoing calls
no test coverage detected