Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 21, 2024
1 parent 1b2ee5d commit 58c053b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/evm/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ func (am AppModule) IsOnePerModuleType() {}

// ___________________________________________________________________________

// EndBlock returns the end blocker for the evm module. It returns no validator
// updates.
// PreBlock returns the pre-blocker for the evm module.
func (am AppModule) PreBlock(ctx context.Context) (appmodule.ResponsePreBlock, error) {
c := sdk.UnwrapSDKContext(ctx)
return PreBlock(c, am.keeper)
Expand Down

0 comments on commit 58c053b

Please sign in to comment.