Skip to content

Commit

Permalink
fix using wrong checkpoint key
Browse files Browse the repository at this point in the history
  • Loading branch information
GeemoCandama committed Aug 15, 2023
1 parent 1884338 commit 508cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/operation_pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl<T: EthSpec> OperationPool<T> {
let curr_epoch_cliqued_atts: Vec<AttMaxCover<T>> = curr_epoch_cliqued_atts
.iter()
.map(|(data, indexed)| AttestationRef {
checkpoint: &prev_epoch_key,
checkpoint: &curr_epoch_key,
data,
indexed,
})
Expand Down

0 comments on commit 508cd6e

Please sign in to comment.