mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 18:24:59 -05:00
Linting fixes
This commit is contained in:
@@ -1499,7 +1499,7 @@ def process_proposer_slashing(state: BeaconState, proposer_slashing: ProposerSla
|
||||
message = compute_domain_wrapper_root(
|
||||
object=signed_header.message,
|
||||
domain=get_domain(state, DOMAIN_BEACON_PROPOSER, compute_epoch_at_slot(signed_header.message.slot)),
|
||||
)
|
||||
)
|
||||
assert Verify(proposer.pubkey, message, signed_header.signature)
|
||||
|
||||
slash_validator(state, proposer_slashing.proposer_index)
|
||||
|
||||
Reference in New Issue
Block a user