| 319 | } |
| 320 | |
| 321 | type BlockFetchRespMsg struct { |
| 322 | BlockNumber uint32 `json:"block_number"` |
| 323 | BlockHash common.Uint256 `json:"block_hash"` |
| 324 | BlockData *Block `json:"block_data"` |
| 325 | } |
| 326 | |
| 327 | func (msg *BlockFetchRespMsg) Type() MsgType { |
| 328 | return BlockFetchRespMessage |
nothing calls this directly
no outgoing calls
no test coverage detected