l2geth: cleanup `time.Ticker`s in `SyncService`
Simply clean up the `time.Ticker`s using `defer t.Close()`. Not having this code should not cause any problems, but it is best practice to close the tickers as not doing so can result in memory leaks in certain cases.
Showing
Please register or sign in to comment