mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-04 14:54:53 +00:00
fix slot for domain in verify_slashable_vote_data (#465)
This commit is contained in:
parent
53687ccf86
commit
91eba49eeb
@ -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,
|
||||
),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user