mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
eth/downloader: fix comments
This commit is contained in:
parent
86a1f0c394
commit
3094b363db
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
notifier, supported := rpc.NotifierFromContext(ctx)
|
||||
if !supported {
|
||||
|
|
|
|||
Loading…
Reference in a new issue