| 251 | } |
| 252 | |
| 253 | type BlockInfoFetchMsg struct { |
| 254 | StartBlockNum uint32 `json:"start_block_num"` |
| 255 | } |
| 256 | |
| 257 | func (msg *BlockInfoFetchMsg) Type() MsgType { |
| 258 | return BlockInfoFetchMessage |
nothing calls this directly
no outgoing calls
no test coverage detected