mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-24 09:30:55 +00:00
fix process_deposit function signature
This commit is contained in:
parent
179352dbfe
commit
62b95fbe33
@ -1222,8 +1222,7 @@ def process_deposit(state: BeaconState,
|
||||
deposit: int,
|
||||
proof_of_possession: bytes,
|
||||
withdrawal_credentials: Hash32,
|
||||
randao_commitment: Hash32,
|
||||
status: int) -> int:
|
||||
randao_commitment: Hash32) -> int:
|
||||
"""
|
||||
Process a deposit from Ethereum 1.0.
|
||||
Note that this function mutates ``state``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user