Browse Source

fix rpctypes vs tminttypes

pull/75/head
Ethan Buchman 10 years ago
parent
commit
5261da94c4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      rpc/core_client/client.go
  2. +1
    -1
      rpc/core_client/client_methods.go

+ 1
- 1
rpc/core_client/client.go View File

@ -157,7 +157,7 @@ func argsToURLValues(argNames []string, args ...interface{}) (url.Values, error)
/*rpc-gen:imports:
github.com/tendermint/tendermint/binary
github.com/tendermint/tendermint/rpc/types
rpctypes github.com/tendermint/tendermint/rpc/types
net/http
io/ioutil
fmt


+ 1
- 1
rpc/core_client/client_methods.go View File

@ -7,7 +7,7 @@ import (
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
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"
"io/ioutil"
"net/http"


Loading…
Cancel
Save