From 58c053b6cdc536d80f230943043997bbda7a54b3 Mon Sep 17 00:00:00 2001 From: beer-1 Date: Mon, 21 Oct 2024 11:33:37 +0900 Subject: [PATCH] update comments --- x/evm/module.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x/evm/module.go b/x/evm/module.go index 40b3545..b3c17f3 100644 --- a/x/evm/module.go +++ b/x/evm/module.go @@ -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)