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

Method validateTxsInProposal

consensus/vbft/node_utils.go:367–370  ·  view source on GitHub ↗
(proposal *blockProposalMsg)

Source from the content-addressed store, hash-verified

365}
366
367func (self *Server) validateTxsInProposal(proposal *blockProposalMsg) error {
368 // TODO: add VBFT specific verifications
369 return nil
370}
371
372func (self *Server) heartbeat() {
373 // build heartbeat msg

Callers 1

processMsgEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected