Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Mar 2, 2019
1 parent d14c345 commit 941e785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def validate_attestation_slot(attestation_data: AttestationData,
if state_slot >= attestation_data.slot + slots_per_epoch:
raise ValidationError(
"Attestation slot plus `SLOTS_PER_EPOCH` is too low; "
"must equal or exceed the current state:\n"
"must exceed the current state:\n"
f"\tFound: {attestation_data.slot + slots_per_epoch} "
f"({attestation_data.slot} + {slots_per_epoch}), "
f"Needed greater than: {state_slot}"
Expand Down

0 comments on commit 941e785

Please sign in to comment.