We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72edd8 commit 77ea41eCopy full SHA for 77ea41e
app/app.go
@@ -783,7 +783,7 @@ func (app *KitoolsApp) Name() string { return app.BaseApp.Name() }
783
// BeginBlocker application updates every begin block
784
func (app *KitoolsApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock {
785
786
- if ctx.BlockHeight() <= 13519356 {
+ if ctx.BlockHeight() >= 13519355 && ctx.BlockHeight() <= 13519356 {
787
distrParams := app.DistrKeeper.GetParams(ctx)
788
ctx.Logger().Info(fmt.Sprintf("Current DistrKeeper Params: %v", distrParams))
789
distrParams.CommunityTax = sdk.NewDecWithPrec(4, 2)
0 commit comments