mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* Swap the wrong arguments in a call I saw that the names of the passed arguments and the ones of the function parameters don't match, so I suspect that it's a bug. * Add changelog * Add validation for the fillInForkChocieMissingBlocks checkpoints. * Add test for checkpoint epoch validation in fillInForkChoiceMissingBlocks. * Use a sentinel error rather than error string --------- Co-authored-by: kasey <489222+kasey@users.noreply.github.com> Co-authored-by: Preston Van Loon <preston@pvl.dev>
93 B
93 B
Fixed
- Fix bug where arguments of fillInForkChoiceMissingBlocks were incorrectly placed