diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 1dfa87528..71a309f87 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -46,7 +46,6 @@ - [`ValidatorRecord`](#validatorrecord) - [`CrosslinkRecord`](#crosslinkrecord) - [`ShardCommittee`](#shardcommittee) - - [`ShardReassignmentRecord`](#shardreassignmentrecord) - [`DepositRootVote`](#depositrootvote) - [`PendingAttestationRecord`](#pendingattestationrecord) - [`ForkData`](#forkdata) @@ -555,19 +554,6 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted } ``` -#### `ShardReassignmentRecord` - -```python -{ - # Which validator to reassign - 'validator_index': 'uint24', - # To which shard - 'shard': 'uint64', - # When - 'slot': 'uint64', -} -``` - #### `DepositRootVote` ```python