mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 01:11:32 +00:00
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
This commit is contained in:
@ -25,9 +25,3 @@ func NewRPCResponse(id string, res interface{}, err string) RPCResponse {
|
||||
Error: err,
|
||||
}
|
||||
}
|
||||
|
||||
// Goes in the Result field of an RPCResponse.
|
||||
type RPCEventResult struct {
|
||||
Event string `json:"event"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user