Skip to content

Commit

Permalink
fix x/rollapp hooks method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTrustyDev committed Aug 20, 2024
1 parent 1bb3e72 commit 138f61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dymns/keeper/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (h rollappHooks) RollappCreated(ctx sdk.Context, rollappID, alias string, c
return h.Keeper.registerAliasForRollApp(ctx, rollappID, creatorAddr, alias, aliasCost)
}

func (h rollappHooks) BeforeUpdateState(_ sdk.Context, _ string, _ string) error {
func (h rollappHooks) BeforeUpdateState(_ sdk.Context, _ string, _ string, _ bool) error {
return nil
}

Expand Down

0 comments on commit 138f61f

Please sign in to comment.