fixes for go-rpc unix socket updates

This commit is contained in:
Ethan Buchman
2016-02-19 02:06:11 +00:00
parent 254693bf86
commit 254baa19f3
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,6 @@ import (
ctypes "github.com/tendermint/tendermint/rpc/core/types"
)
// TODO: eliminate redundancy between here and reading code from core/
var Routes = map[string]*rpc.RPCFunc{
"subscribe": rpc.NewWSRPCFunc(SubscribeResult, "event"),
"unsubscribe": rpc.NewWSRPCFunc(UnsubscribeResult, "event"),