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

Method stopTxTicker

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

Source from the content-addressed store, hash-verified

390}
391
392func (self *EventTimer) stopTxTicker(blockNum uint32) {
393 self.lock.Lock()
394 defer self.lock.Unlock()
395
396 self.cancelEventTimer(EventTxPool, blockNum)
397}
398
399///////////////////////////////////////////////////////////
400//

Callers 1

processTimerEventMethod · 0.80

Calls 1

cancelEventTimerMethod · 0.95

Tested by

no test coverage detected