Skip to content

Commit

Permalink
remove the last consider
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Nov 30, 2023
1 parent 0d63887 commit 589d0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/phase0/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ Clients MUST support requesting blocks since the latest finalized epoch.
Clients MUST respond with at least one block, if they have it.
Clients MAY limit the number of blocks in the response.

Clients MAY consider including a block in the response as soon as it passes the gossip validation rules.
Clients MAY include a block in the response as soon as it passes the gossip validation rules.
Clients MUST NOT respond with blocks that failed gossip validation rules.
Clients MUST NOT respond with blocks that failed `fork_choice.on_block`.

Expand Down

0 comments on commit 589d0ac

Please sign in to comment.