()
| 127 | type NewBlock eth.NewBlockPacket |
| 128 | |
| 129 | func (msg NewBlock) Code() int { return 23 } |
| 130 | func (msg NewBlock) ReqID() uint64 { return 0 } |
| 131 | |
| 132 | // NewPooledTransactionHashes66 is the network packet for the tx hash propagation message. |
nothing calls this directly
no outgoing calls
no test coverage detected