forked from cerc-io/laconicd-deprecated
Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ func StartJSONRPC(ctx *server.Context, clientCtx client.Context, tmRPCAddr, tmEn
|
||||
|
||||
// allocate separate WS connection to Tendermint
|
||||
tmWsClient = ConnectTmWS(tmRPCAddr, tmEndpoint, ctx.Logger)
|
||||
wsSrv := rpc.NewWebsocketsServer(ctx.Logger, tmWsClient, config)
|
||||
wsSrv := rpc.NewWebsocketsServer(clientCtx, ctx.Logger, tmWsClient, config)
|
||||
wsSrv.Start()
|
||||
return httpSrv, httpSrvDone, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user