Skip to content

Commit b453f41

Browse files
authored
Add/correct error messages for Nethermind (#1875)
1 parent a0bc812 commit b453f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ethereum_clis/clis/nethermind.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ class NethermindExceptionMapper(ExceptionMapper):
391391
r"Invalid block hash 0x[0-9a-f]+ does not match calculated hash 0x[0-9a-f]+"
392392
),
393393
BlockException.SYSTEM_CONTRACT_EMPTY: (
394-
r"(Withdrawals|Consolidations)Empty\: Contract is not deployed\."
394+
r"(Withdrawals|Consolidations)Empty: Contract is not deployed\."
395395
),
396396
BlockException.SYSTEM_CONTRACT_CALL_FAILED: (
397-
r"(Withdrawals|Consolidations)Failed\: Contract execution failed\."
397+
r"(Withdrawals|Consolidations)Failed: Contract execution failed\."
398398
),
399399
}

0 commit comments

Comments
 (0)