Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2024-09-23 21:30:53 +08:00
parent 60d929d95b
commit 4fb61b94f7

View file

@ -54,7 +54,7 @@ var parityErrorMapping = map[string]string{
} }
var parityErrorMappingStartingWith = map[string]string{ var parityErrorMappingStartingWith = map[string]string{
"out of gas:": "Out of gas", // this will convert OOG wrapped errors, eg `out of gas: not enough gas for reentrancy sentry` to `Out of gas` "out of gas:": "Out of gas", // convert OOG wrapped errors, eg `out of gas: not enough gas for reentrancy sentry`
"invalid opcode:": "Bad instruction", "invalid opcode:": "Bad instruction",
"stack underflow": "Stack underflow", "stack underflow": "Stack underflow",
} }