We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bc812 commit b453f41Copy full SHA for b453f41
src/ethereum_clis/clis/nethermind.py
@@ -391,9 +391,9 @@ class NethermindExceptionMapper(ExceptionMapper):
391
r"Invalid block hash 0x[0-9a-f]+ does not match calculated hash 0x[0-9a-f]+"
392
),
393
BlockException.SYSTEM_CONTRACT_EMPTY: (
394
- r"(Withdrawals|Consolidations)Empty\: Contract is not deployed\."
+ r"(Withdrawals|Consolidations)Empty: Contract is not deployed\."
395
396
BlockException.SYSTEM_CONTRACT_CALL_FAILED: (
397
- r"(Withdrawals|Consolidations)Failed\: Contract execution failed\."
+ r"(Withdrawals|Consolidations)Failed: Contract execution failed\."
398
399
}
0 commit comments