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

Method processConsensusMsg

consensus/vbft/service.go:1187–1191  ·  view source on GitHub ↗
(msg ConsensusMsg)

Source from the content-addressed store, hash-verified

1185}
1186
1187func (self *Server) processConsensusMsg(msg ConsensusMsg) {
1188 if isReady(self.getState()) {
1189 self.msgC <- msg
1190 }
1191}
1192
1193func (self *Server) processMsgEvent() error {
1194 select {

Callers 5

startNewRoundMethod · 0.95
onConsensusMsgMethod · 0.95
processProposalMsgMethod · 0.95
endorseBlockMethod · 0.95
commitBlockMethod · 0.95

Calls 2

getStateMethod · 0.95
isReadyFunction · 0.85

Tested by

no test coverage detected