Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapka committed Jun 27, 2024
1 parent 2c41217 commit 69ff810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon-chain/rpc/prysm/v1alpha1/validator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (vs *Server) SubmitAggregateSelectionProof(ctx context.Context, req *ethpb.
indexInCommittee = uint64(i)
}
}

best := bestAggregate(atts, req.CommitteeIndex, indexInCommittee)
attAndProof := &ethpb.AggregateAttestationAndProof{
Aggregate: best,
Expand Down Expand Up @@ -159,7 +159,7 @@ func (vs *Server) SubmitAggregateSelectionProofElectra(
indexInCommittee = uint64(i)
}
}

best := bestAggregate(atts, req.CommitteeIndex, indexInCommittee)
attAndProof := &ethpb.AggregateAttestationAndProofElectra{
Aggregate: best,
Expand Down

0 comments on commit 69ff810

Please sign in to comment.