Skip to content

Commit

Permalink
Remove electra todo for process deposit requests (#14243)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Jul 19, 2024
1 parent 3a734f5 commit 0e8f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/core/electra/transition_no_verify_sig.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func ProcessOperations(
return nil, errors.Wrap(err, "could not process execution layer withdrawal requests")
}

st, err = ProcessDepositRequests(ctx, st, exe.DepositRequests()) // TODO: EIP-6110 deposit changes.
st, err = ProcessDepositRequests(ctx, st, exe.DepositRequests())
if err != nil {
return nil, errors.Wrap(err, "could not process deposit receipts")
}
Expand Down

0 comments on commit 0e8f98b

Please sign in to comment.