Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jun 28, 2022
1 parent d21536e commit f452bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/src/beacon_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
>= current_slot.as_u64()
{
validator_monitor_read_lock.register_attestation_in_block(
&indexed_attestation,
indexed_attestation,
parent_proto_block.slot,
&self.spec,
)
Expand Down

0 comments on commit f452bd8

Please sign in to comment.