chore: bump tendermint version (#13148)

This commit is contained in:
Marko
2022-09-05 07:39:12 +00:00
committed by GitHub
parent 3ffa1d19df
commit e09516f479
34 changed files with 145 additions and 163 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ import (
"github.com/spf13/cobra"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/libs/log"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
tmtypes "github.com/tendermint/tendermint/types"
dbm "github.com/tendermint/tm-db"
@@ -74,7 +75,7 @@ type (
// Height is the app's latest block height.
Height int64
// ConsensusParams are the exported consensus params for ABCI.
ConsensusParams *abci.ConsensusParams
ConsensusParams *tmproto.ConsensusParams
}
// AppExporter is a function that dumps all app state to