Skip to content

Commit

Permalink
Update baseapp/baseapp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Mar 8, 2024
1 parent e3ddbc1 commit 2305a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 2305a8a

Please sign in to comment.