fix trace compilation

This commit is contained in:
Dustin Brody 2019-11-12 16:35:12 +01:00
parent f95af56bf7
commit 1f352bf440
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func shortLog*(x: Checkpoint): string =
# https://github.com/ethereum/eth2.0-specs/blob/v0.8.4/specs/core/0_beacon-chain.md#get_attesting_indices
# TODO there's another one of these, check for redundancy
func get_attesting_indices(
func get_attesting_indices*(
state: BeaconState, attestations: openarray[PendingAttestation],
stateCache: var StateCache): HashSet[ValidatorIndex] =
result = initSet[ValidatorIndex]()