MCPcopy Create free account
hub / github.com/tendermint/tendermint / ConsensusReactor

Method ConsensusReactor

node/node.go:1057–1059  ·  view source on GitHub ↗

ConsensusReactor returns the Node's ConsensusReactor.

()

Source from the content-addressed store, hash-verified

1055
1056// ConsensusReactor returns the Node's ConsensusReactor.
1057func (n *nodeImpl) ConsensusReactor() *consensus.Reactor {
1058 return n.consensusReactor
1059}
1060
1061// Mempool returns the Node's mempool.
1062func (n *nodeImpl) Mempool() mempool.Mempool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected