Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Sep 9, 2024
1 parent f227794 commit bc640a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/beacon_chain_file.nim
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ proc decodeBlock(
of ConsensusFork.Electra:
ForkedSignedBeaconBlock.init(
SSZ.decode(decompressed, electra.SignedBeaconBlock))
except SerializationError as exc:
except SerializationError:
return err("Incorrect block format")
ok(blck)

Expand Down

0 comments on commit bc640a0

Please sign in to comment.