Update specs/test_formats/operations/deposits.md

Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
Danny Ryan 2019-04-15 23:05:42 +10:00 committed by GitHub
parent d64a4f248e
commit 87bee73222
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ post: BeaconState -- state after applying the deposit. No value if deposit pr
A `deposits` handler of the `operations` should process these cases,
calling the implementation of the `process_deposit(state, deposit)` functionality described in the spec.
The resulting state should match the expected `post` state, or no change if the `post` state is left blank.
The resulting state should match the expected `post` state, or if the `post` state is left blank, the handler should reject the inputs as invalid.