mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-04 07:35:02 -05:00
fix slot for domain in verify_slashable_vote_data (#465)
This commit is contained in:
@@ -1113,7 +1113,7 @@ def verify_slashable_vote_data(state: BeaconState, vote_data: SlashableVoteData)
|
||||
signature=vote_data.aggregate_signature,
|
||||
domain=get_domain(
|
||||
state.fork,
|
||||
state.slot,
|
||||
vote_data.data.slot,
|
||||
DOMAIN_ATTESTATION,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user