mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 07:28:06 -05:00
* Change InsertChain InsertChain uses `ROBlock` since #14571, this allows it to insert the last block of the chain as well. We change the semantics of InsertChain to include all blocks and take them in increasing order. * Fix tests * Use slices.Reverse
106 B
106 B
Ignored
- Change InsertChain to use be increasingly ordered and insert the last block of the chain.