fix compile error in research/serialized_sizes re Eth1Data

This commit is contained in:
Dustin Brody 2019-01-17 17:42:17 -08:00 committed by zah
parent 476052b314
commit 8606a47094
1 changed files with 1 additions and 1 deletions

View File

@ -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