mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
comments
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
60d929d95b
commit
4fb61b94f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue