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

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