mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
Complete validation for debora
This commit is contained in:
@ -152,8 +152,7 @@ func (n *Node) StartRPC() {
|
||||
mux := http.NewServeMux()
|
||||
rpc.RegisterEventsHandler(mux, n.evsw)
|
||||
rpc.RegisterRPCFuncs(mux, core.Routes)
|
||||
handler := rpc.AuthenticateHandler(mux)
|
||||
rpc.StartHTTPServer(listenAddr, handler)
|
||||
rpc.StartHTTPServer(listenAddr, mux)
|
||||
}
|
||||
|
||||
func (n *Node) Switch() *p2p.Switch {
|
||||
|
Reference in New Issue
Block a user