Add domain_type to get_seed

This commit is contained in:
Justin Drake
2019-09-22 20:27:42 +01:00
committed by Danny Ryan
parent 114ffe3d6d
commit 47a818c705
6 changed files with 19 additions and 18 deletions

View File

@@ -122,7 +122,7 @@ def get_attestation_signature(spec, state, attestation_data, privkey, custody_bi
privkey=privkey,
domain=spec.get_domain(
state=state,
domain_type=spec.DOMAIN_ATTESTATION,
domain_type=spec.DOMAIN_BEACON_ATTESTER,
message_epoch=attestation_data.target.epoch,
)
)