diff --git a/research/serialized_sizes.nim b/research/serialized_sizes.nim index 7f71ceda2..033cd3a73 100644 --- a/research/serialized_sizes.nim +++ b/research/serialized_sizes.nim @@ -6,7 +6,7 @@ import proc stateSize(deposits: int, maxContent = false) = var state = get_initial_beacon_state( - makeInitialDeposits(deposits), 0, Eth2Digest(), {skipValidation}) + makeInitialDeposits(deposits), 0, Eth1Data(), {skipValidation}) if maxContent: # TODO verify this is correct, but generally we collect up to two epochs