We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7bc2b commit f86870fCopy full SHA for f86870f
eth/downloader/api.go
@@ -200,7 +200,7 @@ func (s *SyncStatusSubscription) Unsubscribe() {
200
}
201
202
// SubscribeSyncStatus creates a subscription that will broadcast new synchronisation updates.
203
-// The given channel must receive interface values, the result can either.
+// The given channel must receive interface values, the result can either be a SyncingResult or false.
204
func (api *DownloaderAPI) SubscribeSyncStatus(status chan interface{}) *SyncStatusSubscription {
205
api.installSyncSubscription <- status
206
return &SyncStatusSubscription{api: api, c: status}
0 commit comments