mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-20 16:36:31 +00:00
fix rpctypes vs tminttypes
This commit is contained in:
@ -157,7 +157,7 @@ func argsToURLValues(argNames []string, args ...interface{}) (url.Values, error)
|
|||||||
|
|
||||||
/*rpc-gen:imports:
|
/*rpc-gen:imports:
|
||||||
github.com/tendermint/tendermint/binary
|
github.com/tendermint/tendermint/binary
|
||||||
github.com/tendermint/tendermint/rpc/types
|
rpctypes github.com/tendermint/tendermint/rpc/types
|
||||||
net/http
|
net/http
|
||||||
io/ioutil
|
io/ioutil
|
||||||
fmt
|
fmt
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/tendermint/tendermint/account"
|
"github.com/tendermint/tendermint/account"
|
||||||
"github.com/tendermint/tendermint/binary"
|
"github.com/tendermint/tendermint/binary"
|
||||||
ctypes "github.com/tendermint/tendermint/rpc/core/types"
|
ctypes "github.com/tendermint/tendermint/rpc/core/types"
|
||||||
"github.com/tendermint/tendermint/rpc/types"
|
rpctypes "github.com/tendermint/tendermint/rpc/types"
|
||||||
"github.com/tendermint/tendermint/types"
|
"github.com/tendermint/tendermint/types"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
Reference in New Issue
Block a user