First crack it providing fast-sync endpoint

This commit is contained in:
Adrian Brink
2017-07-10 19:30:54 +02:00
parent 612726d9f6
commit 05c0dfac12
5 changed files with 15 additions and 1 deletions

View File

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