Update specs/core/0_beacon-chain.md

Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
Hsiao-Wei Wang 2019-03-01 19:05:02 -06:00 committed by GitHub
parent 3d8e0f1920
commit ec20edb80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ Verify that `len(block.body.transfers) <= MAX_TRANSFERS` and that all transfers
For each `transfer` in `block.body.transfers`, run the following function:
```python
def process_exit(transfer: Transfer, state: BeaconState):
def process_exit(state: BeaconState,transfer: Transfer) -> None:
# Verify that we have enough ETH to send, and that after the transfer the balance will be either
# exactly zero or at least MIN_DEPOSIT_AMOUNT
assert (