fix process_deposit function signature

This commit is contained in:
Danny Ryan 2018-12-14 15:21:32 -06:00
parent 179352dbfe
commit 62b95fbe33
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A

View File

@ -1222,8 +1222,7 @@ def process_deposit(state: BeaconState,
deposit: int, deposit: int,
proof_of_possession: bytes, proof_of_possession: bytes,
withdrawal_credentials: Hash32, withdrawal_credentials: Hash32,
randao_commitment: Hash32, randao_commitment: Hash32) -> int:
status: int) -> int:
""" """
Process a deposit from Ethereum 1.0. Process a deposit from Ethereum 1.0.
Note that this function mutates ``state``. Note that this function mutates ``state``.