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

@ -13,6 +13,7 @@ import (
"github.com/tendermint/tendermint/binary"
. "github.com/tendermint/tendermint/common"
"github.com/tendermint/tendermint/events"
"github.com/tendermint/tendermint/alert"
)
func StartHTTPServer(listenAddr string, funcMap map[string]*RPCFunc, evsw *events.EventSwitch) {