Skip to content

Commit

Permalink
chore: Remove un-necessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 17, 2024
1 parent 7c2cbfc commit 7a05e02
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 @@ -521,7 +521,7 @@ func (app *BaseApp) setState(mode execMode, h cmtproto.Header) {
switch mode {
case execModeCheck:
app.checkStateMtx.Lock()
defer app.checkStateMtx.Unlock() // ! NewContext는 lock의 범위에 들지 않아도 되는가?
defer app.checkStateMtx.Unlock()
baseState.SetContext(baseState.Context().WithIsCheckTx(true).WithMinGasPrices(app.minGasPrices))
app.checkState = baseState

Expand Down

0 comments on commit 7a05e02

Please sign in to comment.