minor fix
This commit is contained in:
parent
697d3c5eb5
commit
cd9e7ecaeb
|
@ -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``.
|
||||
|
|
Loading…
Reference in New Issue