Skip to content

Commit d3d7a16

Browse files
sky-coderaypacrob
authored andcommitted
Update error_formatters_utils.py
1 parent d6b8617 commit d3d7a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/_utils/error_formatters_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"11": "Panic error 0x11: Arithmetic operation results in underflow or overflow.",
4444
"12": "Panic error 0x12: Division by zero.",
4545
"21": "Panic error 0x21: Cannot convert value into an enum type.",
46-
"22": "Panic error 0x12: Storage byte array is incorrectly encoded.",
46+
"22": "Panic error 0x22: Storage byte array is incorrectly encoded.",
4747
"31": "Panic error 0x31: Call to 'pop()' on an empty array.",
4848
"32": "Panic error 0x32: Array index is out of bounds.",
4949
"41": "Panic error 0x41: Allocation of too much memory or array too large.",

0 commit comments

Comments
 (0)