mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 11:11:41 +00:00
cleanup rpc/handlers
This commit is contained in:
@ -150,7 +150,7 @@ func (n *Node) DialSeed() {
|
||||
}
|
||||
}
|
||||
|
||||
func (n *Node) StartRpc() {
|
||||
func (n *Node) StartRPC() {
|
||||
core.SetBlockStore(n.blockStore)
|
||||
core.SetConsensusState(n.consensusState)
|
||||
core.SetMempoolReactor(n.mempoolReactor)
|
||||
@ -185,7 +185,7 @@ func Daemon() {
|
||||
|
||||
// Run the RPC server.
|
||||
if config.App().GetString("RPC.HTTP.ListenAddr") != "" {
|
||||
n.StartRpc()
|
||||
n.StartRPC()
|
||||
}
|
||||
|
||||
// Sleep forever and then...
|
||||
|
Reference in New Issue
Block a user