-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Describe the bug
import {ssz} from "@lodestar/types";
const {BeaconState} = ssz.phase0;
console.log(
BeaconState.getPathInfo(["validators", 0, "activationEpoch"]).gindex === BeaconState.getPathInfo(["validators", 0, "pubkey"]).gindex
);
// trueExpected behavior
false
ratankalianiratankaliani