mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
@@ -4,9 +4,9 @@ import (
|
||||
stdlog "log"
|
||||
"reflect"
|
||||
|
||||
"github.com/tendermint/tmlibs/log"
|
||||
em "github.com/tendermint/tools/tm-monitor/eventmeter"
|
||||
"github.com/tendermint/go-amino"
|
||||
"github.com/tendermint/tendermint/libs/log"
|
||||
em "github.com/tendermint/tendermint/tools/tm-monitor/eventmeter"
|
||||
)
|
||||
|
||||
type EventMeter struct {
|
||||
@@ -44,7 +44,7 @@ func (e *EventMeter) Call(callback string, args ...interface{}) {
|
||||
|
||||
type RpcClient struct {
|
||||
Stubs map[string]interface{}
|
||||
cdc *amino.Codec
|
||||
cdc *amino.Codec
|
||||
}
|
||||
|
||||
func (c *RpcClient) Call(method string, params map[string]interface{}, result interface{}) (interface{}, error) {
|
||||
@@ -66,4 +66,4 @@ func (c *RpcClient) Codec() *amino.Codec {
|
||||
|
||||
func (c *RpcClient) SetCodec(cdc *amino.Codec) {
|
||||
c.cdc = cdc
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user