Skip to content

Commit

Permalink
Revert "Fix clippy lints on merge-f2f (sigp#2626)"
Browse files Browse the repository at this point in the history
This reverts commit 076e624.
  • Loading branch information
realbigsean committed Sep 27, 2021
1 parent 1f86049 commit 8e4a2be
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions consensus/state_processing/src/per_block_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,16 +359,6 @@ pub fn process_execution_payload<T: EthSpec>(
}
);
block_verify!(
<<<<<<< HEAD
=======
payload.random == *state.get_randao_mix(state.current_epoch())?,
BlockProcessingError::ExecutionRandaoMismatch {
expected: *state.get_randao_mix(state.current_epoch())?,
found: payload.random,
}
);
block_verify!(
>>>>>>> a99e8d7a5 (Fix clippy lints on merge-f2f (#2626))
is_valid_gas_limit(payload, state.latest_execution_payload_header()?)?,
BlockProcessingError::ExecutionInvalidGasLimit {
used: payload.gas_used,
Expand Down

0 comments on commit 8e4a2be

Please sign in to comment.