rpc: first successful websocket event subscription

This commit is contained in:
Ethan Buchman
2015-04-07 15:24:09 -05:00
parent 12814db90d
commit 8e24b12888
6 changed files with 33 additions and 29 deletions

View File

@ -4,10 +4,6 @@ import (
"github.com/tendermint/tendermint/rpc"
)
/*
TODO: support Call && GetStorage.
*/
var Routes = map[string]*rpc.RPCFunc{
"status": rpc.NewRPCFunc(Status, []string{}),
"net_info": rpc.NewRPCFunc(NetInfo, []string{}),