Skip to content

Commit

Permalink
remove redundant set
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 9, 2024
1 parent fab444c commit b13dc86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/evm/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ func NewStateDB(
if err != nil {
return nil, err
}
err = transientLogSize.Set(ctx, eidx, 0)
if err != nil {
return nil, err
}
err = transientRefund.Set(ctx, eidx, 0)
if err != nil {
return nil, err
Expand Down

0 comments on commit b13dc86

Please sign in to comment.