(blockInfos []*BlockInfo_)
| 387 | } |
| 388 | |
| 389 | func (self *Server) constructBlockInfoFetchRespMsg(blockInfos []*BlockInfo_) *BlockInfoFetchRespMsg { |
| 390 | return &BlockInfoFetchRespMsg{ |
| 391 | Blocks: blockInfos, |
| 392 | } |
| 393 | } |
| 394 | |
| 395 | func (self *Server) constructProposalFetchMsg(blkNum uint32, proposer uint32) *proposalFetchMsg { |
| 396 | return &proposalFetchMsg{ |