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

Method isActive

consensus/vbft/node_sync.go:290–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288}
289
290func (self *Syncer) isActive() bool {
291 return self.nextReqBlkNum <= self.targetBlkNum
292}
293
294func (self *Syncer) startPeerSyncer(syncer *PeerSyncer, targetBlkNum uint32) {
295

Callers 1

canFastForwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected