mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 05:44:56 -05:00
Flip bool
This commit is contained in:
@@ -185,7 +185,7 @@ Consensus engines MUST NOT include any block in a response where
|
||||
#### BeaconBlocksByRoot (v1, v2)
|
||||
|
||||
Consensus engines MUST NOT include any block in a response where
|
||||
`is_optimistic(block) == False`.
|
||||
`is_optimistic(block) == True`.
|
||||
|
||||
#### Status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user