(startBlkNum uint32)
| 381 | } |
| 382 | |
| 383 | func (self *Server) constructBlockInfoFetchMsg(startBlkNum uint32) *BlockInfoFetchMsg { |
| 384 | return &BlockInfoFetchMsg{ |
| 385 | StartBlockNum: startBlkNum, |
| 386 | } |
| 387 | } |
| 388 | |
| 389 | func (self *Server) constructBlockInfoFetchRespMsg(blockInfos []*BlockInfo_) *BlockInfoFetchRespMsg { |
| 390 | return &BlockInfoFetchRespMsg{ |