mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 02:01:43 +00:00
websockets accept rpc requests
This commit is contained in:
@ -173,7 +173,7 @@ fmt
|
||||
JSONRPC: "2.0",
|
||||
Method: reverseFuncMap["{{name}}"],
|
||||
Params: []interface{}{ {{args.ident}} },
|
||||
Id: 0,
|
||||
Id: "",
|
||||
}
|
||||
body, err := c.RequestResponse(request)
|
||||
if err != nil{
|
||||
|
Reference in New Issue
Block a user