disable endblock for lcd

This commit is contained in:
rigelrozanski
2018-09-28 04:15:03 -04:00
parent 7ab02aed76
commit 733b616c8c
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ func (app *GaiaApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.R
validatorUpdates := stake.EndBlocker(ctx, app.stakeKeeper)
// distribute rewards
distr.EndBlocker(ctx, app.distrKeeper)
//distr.EndBlocker(ctx, app.distrKeeper)
// Add these new validators to the addr -> pubkey map.
app.slashingKeeper.AddValidators(ctx, validatorUpdates)