broadcast_commit

This commit is contained in:
Ethan Buchman
2016-06-27 20:43:09 -04:00
parent 5fb171edff
commit 65ebc344ac
7 changed files with 102 additions and 3 deletions
+1
View File
@@ -177,6 +177,7 @@ func (n *Node) AddListener(l p2p.Listener) {
func (n *Node) StartRPC() ([]net.Listener, error) {
rpccore.SetConfig(n.config)
rpccore.SetEventSwitch(n.evsw)
rpccore.SetBlockStore(n.blockStore)
rpccore.SetConsensusState(n.consensusState)
rpccore.SetConsensusReactor(n.consensusReactor)