Skip to content

Commit f86870f

Browse files
authored
eth/downloader: fix incomplete code comment (#32354)
1 parent 4e7bc2b commit f86870f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/downloader/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func (s *SyncStatusSubscription) Unsubscribe() {
200200
}
201201

202202
// SubscribeSyncStatus creates a subscription that will broadcast new synchronisation updates.
203-
// The given channel must receive interface values, the result can either.
203+
// The given channel must receive interface values, the result can either be a SyncingResult or false.
204204
func (api *DownloaderAPI) SubscribeSyncStatus(status chan interface{}) *SyncStatusSubscription {
205205
api.installSyncSubscription <- status
206206
return &SyncStatusSubscription{api: api, c: status}

0 commit comments

Comments
 (0)