Skip to content

Commit

Permalink
fixing ineffassign
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm committed Sep 19, 2024
1 parent f6e06d7 commit 9110135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/core/electra/deposits.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ func ApplyPendingDeposit(ctx context.Context, st state.BeaconState, deposit *eth

// ProcessDepositRequests is a function as part of electra to process execution layer deposits
func ProcessDepositRequests(ctx context.Context, beaconState state.BeaconState, requests []*enginev1.DepositRequest) (state.BeaconState, error) {
ctx, span := trace.StartSpan(ctx, "electra.ProcessDepositRequests")
_, span := trace.StartSpan(ctx, "electra.ProcessDepositRequests")
defer span.End()

if len(requests) == 0 {
Expand Down

0 comments on commit 9110135

Please sign in to comment.