Include peer round states in the dump_consensus_state RPC call.

This commit is contained in:
Jae Kwon
2015-04-25 11:49:26 -07:00
parent 5557923245
commit 9a8652e001
6 changed files with 27 additions and 8 deletions
+1
View File
@@ -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)