mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
There is a race condition introduced in #16149 in which the update to the NSC happens with a context that may be cancelled by the time the routine is called. This PR starts a new context with a deadline to call the routine in the background. fixes #16205
3 lines
68 B
Markdown
3 lines
68 B
Markdown
### Changed
|
|
- Use a separate context when updating the slot cache.
|