File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,8 +318,7 @@ class BesuExceptionMapper(ExceptionMapper):
318
318
r"System call halted|System call did not execute to completion"
319
319
),
320
320
BlockException .SYSTEM_CONTRACT_EMPTY : (
321
- r"(Invalid system call, no code at address)|"
322
- r"(Invalid system call address:)"
321
+ r"(Invalid system call, no code at address)|" r"(Invalid system call address:)"
323
322
),
324
323
TransactionException .INITCODE_SIZE_EXCEEDED : (
325
324
r"transaction invalid Initcode size of \d+ exceeds maximum size of \d+"
@@ -340,6 +339,7 @@ class BesuExceptionMapper(ExceptionMapper):
340
339
),
341
340
TransactionException .INVALID_DEPOSIT_EVENT_LAYOUT : (
342
341
r"Invalid (amount|index|pubKey|signature|withdrawalCred) (offset|size): "
343
- r"expected (\d+), but got (-?\d+)"
342
+ r"expected (\d+), but got (-?\d+)|"
343
+ r"Invalid deposit log length\. Must be \d+ bytes, but is \d+ bytes"
344
344
),
345
345
}
You can’t perform that action at this time.
0 commit comments