mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 11:41:39 +00:00
websockets accept rpc requests
This commit is contained in:
@ -18,7 +18,7 @@ func Call(remote string, method string, params []interface{}, dest interface{})
|
||||
JSONRPC: "2.0",
|
||||
Method: method,
|
||||
Params: params,
|
||||
Id: 0,
|
||||
Id: "",
|
||||
}
|
||||
requestBytes := binary.JSONBytes(request)
|
||||
requestBuf := bytes.NewBuffer(requestBytes)
|
||||
|
Reference in New Issue
Block a user