ChainHeight() returns the height of this target chain
()
| 407 | |
| 408 | // ChainHeight() returns the height of this target chain |
| 409 | func (c *Controller) ChainHeight() uint64 { return c.FSM.Height() } |
| 410 | |
| 411 | // emptyInbox() discards all unread messages for a specific topic |
| 412 | func (c *Controller) emptyInbox(topic lib.Topic) { |
no test coverage detected