mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 13:14:59 -05:00
minor fix
This commit is contained in:
@@ -1058,7 +1058,7 @@ def is_surround_vote(attestation_data_1: AttestationData,
|
||||
attestation_data_2: AttestationData) -> bool
|
||||
"""
|
||||
Assumes ``attestation_data_1`` is distinct from ``attestation_data_2``.
|
||||
Returns True if the provided ``AttestationData`` is slashable
|
||||
Returns True if the provided ``AttestationData`` are slashable
|
||||
due to a 'surround vote'.
|
||||
Note: parameter order matters as this function only checks
|
||||
that ``attestation_data_1`` surrounds ``attestation_data_2``.
|
||||
|
||||
Reference in New Issue
Block a user