websocket server sends pings; added ws_client; events refactor

This commit is contained in:
Jae Kwon
2015-08-04 13:15:10 -07:00
parent 37c68e838e
commit 60310cc23f
11 changed files with 243 additions and 159 deletions

View File

@@ -1073,7 +1073,7 @@ func execTxWaitEvent(t *testing.T, blockCache *BlockCache, tx types.Tx, eventid
}
switch ev := msg.(type) {
case types.EventMsgCallTx:
case types.EventMsgTx:
return ev, ev.Exception
case types.EventMsgCall:
return ev, ev.Exception