Skip to content

Commit

Permalink
Fix typo and make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Dec 2, 2024
1 parent c443db0 commit c8b6296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/eip7805/fork-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is the modification of the fork choice accompanying the EIP-7805 upgrade.
```python
def validate_inclusion_lists(store: Store, inclusion_list_transactions: List[Transaction, MAX_TRANSACTIONS_PER_INCLUSION_LIST * IL_COMMITTEE_SIZE], execution_payload: ExecutionPayload) -> bool:
"""
Return ``True`` if and only if the input ``inclusion_list_transactions`` satifies validation,
Return ``True`` if and only if the input ``inclusion_list_transactions`` satisfies validation,
that to verify if the ``execution_payload`` satisfies ``inclusion_list_transactions`` validity conditions either when all transactions are present in payload or
when any missing transactions are found to be invalid when appended to the end of the payload unless the block is full.
"""
Expand Down

0 comments on commit c8b6296

Please sign in to comment.