Skip to content

Commit

Permalink
Merge PR: revert update upgrade module (#3021)
Browse files Browse the repository at this point in the history
* recover update upgrade module

* bump version to 1.6.8.5
  • Loading branch information
KamiD authored Mar 3, 2023
1 parent a701f9d commit bcdcacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IGNORE_CHECK_GO=false
install_rocksdb_version:=$(ROCKSDB_VERSION)


Version=v1.6.8.4
Version=v1.6.8.5
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.3
Expand Down
2 changes: 1 addition & 1 deletion app/app_abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (app *OKExChainApp) Commit(req abci.RequestCommit) abci.ResponseCommit {
defer trace.OnCommitDone()

// reload upgrade info for upgrade proposal
app.setupUpgradeModules()
// app.setupUpgradeModules()
tasks := app.heightTasks[app.BaseApp.LastBlockHeight()+1]
if tasks != nil {
ctx := app.BaseApp.GetDeliverStateCtx()
Expand Down

0 comments on commit bcdcacc

Please sign in to comment.