updates for structs using data.Bytes

This commit is contained in:
Ethan Buchman 2017-04-27 20:09:12 -04:00 committed by Ethan Frey
parent f2e452435a
commit 59c3d05dfa
1 changed files with 6 additions and 3 deletions

View File

@ -8,12 +8,15 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/pflag"
abci "github.com/tendermint/abci/types"
wire "github.com/tendermint/go-wire"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/basecoin/state"
"github.com/tendermint/basecoin/types"
abci "github.com/tendermint/abci/types"
wire "github.com/tendermint/go-wire"
"github.com/tendermint/tendermint/rpc/client"
ctypes "github.com/tendermint/tendermint/rpc/core/types"
client "github.com/tendermint/tendermint/rpc/lib/client"
tmtypes "github.com/tendermint/tendermint/types"
)