block fetch msg is to fetch block which could have not been committed or endorsed
| 299 | |
| 300 | // block fetch msg is to fetch block which could have not been committed or endorsed |
| 301 | type blockFetchMsg struct { |
| 302 | BlockNum uint32 `json:"block_num"` |
| 303 | } |
| 304 | |
| 305 | func (msg *blockFetchMsg) Type() MsgType { |
| 306 | return BlockFetchMessage |
nothing calls this directly
no outgoing calls
no test coverage detected