eth/downloader: fix comments

This commit is contained in:
trillom8 2024-05-05 20:05:56 +09:00
parent 86a1f0c394
commit 3094b363db

View file

@ -129,7 +129,7 @@ func (api *DownloaderAPI) eventLoop() {
} }
} }
// Syncing provides information when this nodes starts synchronising with the Ethereum network and when it's finished. // Syncing provides information when this node starts synchronising with the Ethereum network and when it's finished.
func (api *DownloaderAPI) Syncing(ctx context.Context) (*rpc.Subscription, error) { func (api *DownloaderAPI) Syncing(ctx context.Context) (*rpc.Subscription, error) {
notifier, supported := rpc.NotifierFromContext(ctx) notifier, supported := rpc.NotifierFromContext(ctx)
if !supported { if !supported {