mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 10:45:46 +00:00
f5f3031c5e
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.