We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b8617 commit d3d7a16Copy full SHA for d3d7a16
web3/_utils/error_formatters_utils.py
@@ -43,7 +43,7 @@
43
"11": "Panic error 0x11: Arithmetic operation results in underflow or overflow.",
44
"12": "Panic error 0x12: Division by zero.",
45
"21": "Panic error 0x21: Cannot convert value into an enum type.",
46
- "22": "Panic error 0x12: Storage byte array is incorrectly encoded.",
+ "22": "Panic error 0x22: Storage byte array is incorrectly encoded.",
47
"31": "Panic error 0x31: Call to 'pop()' on an empty array.",
48
"32": "Panic error 0x32: Array index is out of bounds.",
49
"41": "Panic error 0x41: Allocation of too much memory or array too large.",
0 commit comments