mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
replace data.Bytes with cmn.HexBytes
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
|
||||
crypto "github.com/tendermint/go-crypto"
|
||||
"github.com/tendermint/go-wire/data"
|
||||
cmn "github.com/tendermint/tmlibs/common"
|
||||
)
|
||||
|
||||
@@ -28,7 +27,7 @@ type GenesisDoc struct {
|
||||
ChainID string `json:"chain_id"`
|
||||
ConsensusParams *ConsensusParams `json:"consensus_params,omitempty"`
|
||||
Validators []GenesisValidator `json:"validators"`
|
||||
AppHash data.Bytes `json:"app_hash"`
|
||||
AppHash cmn.HexBytes `json:"app_hash"`
|
||||
AppOptions interface{} `json:"app_options,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user