We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec5823 commit 87b6189Copy full SHA for 87b6189
prove_validator_test.go
@@ -91,7 +91,7 @@ func verifyValidatorBalancesRootAgainstBlockHeader(t *testing.T, epp *eigenpodpr
91
if err != nil {
92
t.Fatal(err)
93
}
94
-
+ /// TODO: update for pectra
95
return common.ValidateProof(root, proof.Proof, proof.ValidatorBalancesRoot, beacon.STATE_ROOT_INDEX<<beacon.BEACON_STATE_TREE_HEIGHT_DENEB|beacon.BALANCES_INDEX)
96
97
0 commit comments