mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 03:46:33 +00:00
Include peer round states in the dump_consensus_state RPC call.
This commit is contained in:
@@ -178,6 +178,7 @@ func (n *Node) dialSeed(addr *p2p.NetAddress) {
|
||||
func (n *Node) StartRPC() {
|
||||
core.SetBlockStore(n.blockStore)
|
||||
core.SetConsensusState(n.consensusState)
|
||||
core.SetConsensusReactor(n.consensusReactor)
|
||||
core.SetMempoolReactor(n.mempoolReactor)
|
||||
core.SetSwitch(n.sw)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user