fast sync status

This commit is contained in:
ramil
2017-07-17 09:44:23 +03:00
parent 05c0dfac12
commit 6f8d385dfa
5 changed files with 14 additions and 15 deletions

View File

@ -315,7 +315,7 @@ func (n *Node) ConfigureRPC() {
rpccore.SetAddrBook(n.addrBook)
rpccore.SetProxyAppQuery(n.proxyApp.Query())
rpccore.SetTxIndexer(n.txIndexer)
rpccore.SetBlockchainReactor(n.bcReactor)
rpccore.SetConsensusReactor(n.consensusReactor)
rpccore.SetLogger(n.Logger.With("module", "rpc"))
}