Skip to main content

E1007 — Gas calculation overflow

What happened

Gas calculation overflow.

Why it happened

The product of fee × gas_limit overflows a u128 integer.

How to fix

Lower fee or gas_limit values so their product fits in u128.

Receipt example


All Error Codes

View the complete error code reference