()
| 62 | } |
| 63 | |
| 64 | func (self *IncrementValidator) blockRange() (start uint32, end uint32) { |
| 65 | return self.baseHeight, self.baseHeight + uint32(len(self.blocks)) |
| 66 | } |
| 67 | |
| 68 | // AddBlock add a new block to this validator |
| 69 | func (self *IncrementValidator) AddBlock(block *types.Block) { |
no outgoing calls
no test coverage detected