fix rpctypes vs tminttypes

This commit is contained in:
Ethan Buchman
2015-05-22 19:16:08 -04:00
parent c28614fca1
commit 5261da94c4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"