livepeer / catalyst-api

MIT License
4 stars 2 forks source link

Add nil check for serf #1374

Closed mjh1 closed 2 months ago

mjh1 commented 2 months ago

Both the reconcile loop and the code that initialises the c.serf variable start in parallel so there's a chance for serf to be nil when MembersFiltered is called.