fix linting issue

This commit is contained in:
protolambda 2019-06-15 18:05:01 +02:00
parent 7cd7659a4b
commit 75b469281e
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -298,7 +298,7 @@ class Validator(Container):
activation_eligibility_epoch: Epoch # When criteria for activation were met
activation_epoch: Epoch
exit_epoch: Epoch
withdrawable_epoch: Epoch # When validator can withdraw or transfer funds
withdrawable_epoch: Epoch # When validator can withdraw or transfer funds
```
#### `Crosslink`