to fetch committed block from neighbours
| 278 | |
| 279 | // to fetch committed block from neighbours |
| 280 | type BlockInfoFetchRespMsg struct { |
| 281 | Blocks []*BlockInfo_ `json:"blocks"` |
| 282 | } |
| 283 | |
| 284 | func (msg *BlockInfoFetchRespMsg) Type() MsgType { |
| 285 | return BlockInfoFetchRespMessage |
nothing calls this directly
no outgoing calls
no test coverage detected