mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Validator: Remove early context cancellation. (#15369)
This is causing issues where submitting validator registrations and proposer settings were failing about 50% of the time in testing.
This commit is contained in:
@@ -123,7 +123,6 @@ func run(ctx context.Context, v iface.Validator) {
|
||||
cancel()
|
||||
continue
|
||||
}
|
||||
cancel()
|
||||
// performRoles calls span.End()
|
||||
rolesCtx, _ := context.WithDeadline(ctx, deadline)
|
||||
performRoles(rolesCtx, allRoles, v, slot, &wg, span)
|
||||
|
||||
Reference in New Issue
Block a user