Skip to content

Commit

Permalink
fix error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 19, 2024
1 parent 66df71f commit c72ab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewStateDB(
}
schema, err := sb.Build()
if err != nil {
panic(err)
return nil, err
}
s.schema = schema

Expand Down

0 comments on commit c72ab65

Please sign in to comment.