Skip to content

Commit

Permalink
Update solidity_errors.go (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexshire authored Jan 14, 2025
1 parent 5642046 commit bf9430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilation/abiutils/solidity_errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func GetPanicReason(panicCode uint64) string {
case PanicCodeAssertFailed:
return "panic: assertion failed"
case PanicCodeArithmeticUnderOverflow:
return "panic: arithmetic underflow"
return "panic: arithmetic underflow/overflow"
case PanicCodeDivideByZero:
return "panic: division by zero"
case PanicCodeEnumTypeConversionOutOfBounds:
Expand Down

0 comments on commit bf9430c

Please sign in to comment.