remove extra line

This commit is contained in:
Danny Ryan 2019-01-27 20:40:30 -07:00
parent 1ce60ed841
commit 7b9c033578
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 0 additions and 1 deletions

View File

@ -1068,7 +1068,6 @@ def generate_seed(state: BeaconState,
get_randao_mix(state, randao_mix_epoch) +
get_active_index_root(state, epoch)
)
```
#### `get_beacon_proposer_index`