proposal fetch msg is to fetch proposal when peer failed to get proposal locally
| 366 | |
| 367 | // proposal fetch msg is to fetch proposal when peer failed to get proposal locally |
| 368 | type proposalFetchMsg struct { |
| 369 | ProposerID uint32 `json:"proposer_id"` |
| 370 | BlockNum uint32 `json:"block_num"` |
| 371 | } |
| 372 | |
| 373 | func (msg *proposalFetchMsg) Type() MsgType { |
| 374 | return ProposalFetchMessage |
nothing calls this directly
no outgoing calls
no test coverage detected