File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,8 +318,7 @@ class BesuExceptionMapper(ExceptionMapper):
318318 r"System call halted|System call did not execute to completion"
319319 ),
320320 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:)"
323322 ),
324323 TransactionException .INITCODE_SIZE_EXCEEDED : (
325324 r"transaction invalid Initcode size of \d+ exceeds maximum size of \d+"
@@ -340,6 +339,7 @@ class BesuExceptionMapper(ExceptionMapper):
340339 ),
341340 TransactionException .INVALID_DEPOSIT_EVENT_LAYOUT : (
342341 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"
344344 ),
345345 }
You can’t perform that action at this time.
0 commit comments