From 2305a8a7cd2721674436d200aedcf590f2d4e053 Mon Sep 17 00:00:00 2001 From: yihuang Date: Fri, 8 Mar 2024 08:58:54 +0800 Subject: [PATCH] Update baseapp/baseapp.go --- baseapp/baseapp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseapp/baseapp.go b/baseapp/baseapp.go index 49ff848fd6d1..c7e6e616f497 100644 --- a/baseapp/baseapp.go +++ b/baseapp/baseapp.go @@ -191,7 +191,7 @@ type BaseApp struct { // when executing transactions in parallel. // when disabled, the block gas meter in context is a noop one. // - // SAFETY: it's safe to do if validators validate the total gas wanted in the proposal. + // SAFETY: it's safe to do if validators validate the total gas wanted in the `ProcessProposal`, which is the case in the default handler. disableBlockGasMeter bool }