(height uint32)
| 792 | } |
| 793 | |
| 794 | func (this *BlockSyncMgr) isHeaderOnFlight(height uint32) bool { |
| 795 | flightInfo := this.getFlightHeader(height) |
| 796 | return flightInfo != nil |
| 797 | } |
| 798 | |
| 799 | func (this *BlockSyncMgr) addFlightBlock(nodeId uint64, height uint32, blockHash common.Uint256) { |
| 800 | this.lock.Lock() |
no test coverage detected