Skip to content

Commit

Permalink
Post-rebase fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Oct 30, 2023
1 parent 7c86827 commit 75fedb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/validators/beacon_validators.nim
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ proc blindedBlockCheckSlashingAndSign[
proc getUnsignedBlindedBeaconBlock[
T: capella_mev.SignedBlindedBeaconBlock |
deneb_mev.SignedBlindedBeaconBlockContents](
node: BeaconNode, slot: Slot, validator: AttachedValidator,
node: BeaconNode, slot: Slot,
validator_index: ValidatorIndex, forkedBlock: ForkedBeaconBlock,
executionPayloadHeader: capella.ExecutionPayloadHeader |
deneb_mev.ExecutionPayloadHeaderAndBlindedBlobsBundle):
Expand Down

0 comments on commit 75fedb9

Please sign in to comment.