MCPcopy Create free account
hub / github.com/DNAProject/DNA / startTxTicker

Method startTxTicker

consensus/vbft/event_timer.go:385–390  ·  view source on GitHub ↗
(blockNum uint32)

Source from the content-addressed store, hash-verified

383}
384
385func (self *EventTimer) startTxTicker(blockNum uint32) error {
386 self.lock.Lock()
387 defer self.lock.Unlock()
388
389 return self.startEventTimer(EventTxPool, blockNum)
390}
391
392func (self *EventTimer) stopTxTicker(blockNum uint32) {
393 self.lock.Lock()

Callers 2

startNewRoundMethod · 0.80
processTimerEventMethod · 0.80

Calls 1

startEventTimerMethod · 0.95

Tested by

no test coverage detected