Update specs/phase0/p2p-interface.md

Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
This commit is contained in:
Enrico Del Fante 2023-12-01 08:28:29 +01:00 committed by GitHub
parent c661e20e60
commit dad09f64b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -858,7 +858,7 @@ Clients MAY limit the number of blocks in the response.
Clients MAY include a block in the response as soon as it passes the gossip validation rules.
Clients MUST NOT respond with blocks that fail gossip validation rules.
Clients SHOULD NOT include blocks that fail `state_transition(block)`.
Clients SHOULD NOT respond with blocks that fail beacon chain state transition.
`/eth2/beacon_chain/req/beacon_blocks_by_root/1/` is deprecated. Clients MAY respond with an empty list during the deprecation transition period.