Skip to content

Commit

Permalink
Add a new option: halt-height (#63)
Browse files Browse the repository at this point in the history
Use the cosmos: v0.35.7
  • Loading branch information
Youngjoon Lee committed Dec 2, 2020
1 parent 7aeecf3 commit e036f5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 94 deletions.
2 changes: 1 addition & 1 deletion client/lcd/statik/statik.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cmd/panacead/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func newApp(logger log.Logger, db dbm.DB, traceStore io.Writer) abci.Application
logger, db, traceStore, true, invCheckPeriod,
baseapp.SetPruning(store.NewPruningOptionsFromString(viper.GetString("pruning"))),
baseapp.SetMinGasPrices(viper.GetString(server.FlagMinGasPrices)),
baseapp.SetHaltHeight(uint64(viper.GetInt(server.FlagHaltHeight))),
)
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ require (
gopkg.in/yaml.v2 v2.2.7 // indirect
)

replace github.com/cosmos/cosmos-sdk => github.com/medibloc/cosmos-sdk v0.35.6
replace github.com/cosmos/cosmos-sdk => github.com/medibloc/cosmos-sdk v0.35.7
Loading

0 comments on commit e036f5f

Please sign in to comment.