mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
add type annotation
This commit is contained in:
parent
5013e5724e
commit
181ce5e9dc
@ -583,7 +583,7 @@ def verify_execution_payload_envelope_signature(
|
||||
```python
|
||||
def process_execution_payload(state: BeaconState,
|
||||
signed_envelope: SignedExecutionPayloadEnvelope,
|
||||
execution_engine: ExecutionEngine, verify=True) -> None:
|
||||
execution_engine: ExecutionEngine, verify: bool = True) -> None:
|
||||
# Verify signature
|
||||
if verify:
|
||||
assert verify_execution_payload_envelope_signature(state, signed_envelope)
|
||||
|
Loading…
x
Reference in New Issue
Block a user