mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
websocket server sends pings; added ws_client; events refactor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user