Skip to content

Commit

Permalink
Remove profanities
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed May 17, 2023
1 parent b12ff20 commit 83ad6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (app *SecretNetworkApp) Name() string { return app.BaseApp.Name() }

// BeginBlocker application updates every begin block
func (app *SecretNetworkApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock {
// Fix v1.9 fuckup
// Fix v1.9 mishap
if ctx.BlockHeight() < 8861820 {
for _, storeKey := range []string{
ibcswitchtypes.StoreKey,
Expand Down

0 comments on commit 83ad6fc

Please sign in to comment.