Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Asgaonkar <[email protected]>
  • Loading branch information
ralexstokes and adiasg committed Dec 15, 2020
1 parent 0e146aa commit e00fe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The slashing protection information is generated in the following way:
- If signed attestations are present, then identify the attestation with the *largest target epoch* that the validator has signed. Then use the source epoch and target epoch values from that attestation to make a single entry in the `"signed_attestations"` field of the slashing protection file.
- If no signed attestations are found in this subtree, make a single entry in the `"signed_attestations"` field of the slashing protection file with `"source_epoch"` and `"target_epoch"` set to the current justified epoch.
- If a block is present that was proposed by the validator under consideration, use the slot of this block to make a single entry in the `"signed_blocks"` field of the slashing protection file.
- If a block is not found, make a single entry in the `"signed_blocks"` field of the slashing protection file with `"slot"` set to the beginning slot of the current justified epoch.
- If a block is not found, make a single entry in the `"signed_blocks"` field of the slashing protection file with `"slot"` set to the current slot.

---

Expand Down

0 comments on commit e00fe93

Please sign in to comment.