aboutsummaryrefslogtreecommitdiffstats
path: root/dex/downloader/downloader.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/downloader/downloader.go')
-rw-r--r--dex/downloader/downloader.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dex/downloader/downloader.go b/dex/downloader/downloader.go
index 3d3a78e18..e3960ea30 100644
--- a/dex/downloader/downloader.go
+++ b/dex/downloader/downloader.go
@@ -1403,7 +1403,6 @@ func (d *Downloader) processHeaders(origin uint64, pivot uint64, number uint64)
// In case of header only syncing, validate the chunk immediately
if d.mode == FastSync || d.mode == LightSync {
- // TODO(sonic) update the gov state to make TSigVerify correct
// Collect the yet unknown headers to mark them as uncertain
unknown := make([]*types.Header, 0, len(headersWithGovState))
for _, header := range chunk {