In fork.py
's make_receipt
, multiple if
/return
blocks are followed by an else
#874
Labels
Milestone
For example:
execution-specs/src/ethereum/london/fork.py
Lines 484 to 489 in cd9b7d6
This is a really weird construct. Either they should all be
elif
or we shouldn't have theelse:
.Originally posted by @SamWilsn in #867 (comment)
The text was updated successfully, but these errors were encountered: