mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 03:45:06 -05:00
The producer of `LightClientUpdate` structures usually does not know how far the `LightClientStore` on the client side has advanced. Updates are currently rejected when including a redundant `next_sync_committee` not advancing the `LightClientStore`. Behaviour is changed to allow this.