Skip to content

Commit

Permalink
chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Jan 31, 2025
1 parent eec5823 commit 87b6189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prove_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func verifyValidatorBalancesRootAgainstBlockHeader(t *testing.T, epp *eigenpodpr
if err != nil {
t.Fatal(err)
}

/// TODO: update for pectra
return common.ValidateProof(root, proof.Proof, proof.ValidatorBalancesRoot, beacon.STATE_ROOT_INDEX<<beacon.BEACON_STATE_TREE_HEIGHT_DENEB|beacon.BALANCES_INDEX)
}

Expand Down

0 comments on commit 87b6189

Please sign in to comment.