nil block check (#16006)

* nil block check

* check err from OriginCheckpointBlockRoot

* return error if block is not found

* use block.IsNil()
This commit is contained in:
satushh
2025-11-11 17:20:48 +00:00
committed by GitHub
parent 6735c921f8
commit eae15697da
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
### Fixed
- Nil check for block if it doesn't exist in the DB in fetchOriginSidecars