mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix api.go
This commit is contained in:
parent
f41d705da6
commit
ff3c7a7279
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// DownloaderAPI provides an API which gives information about the current
|
// DownloaderAPI provides an API which gives information about the current
|
||||||
// synchronisation status. It offers only methods that operates on data that
|
// synchronization status. It offers only methods that operates on data that
|
||||||
// can be available to anyone without security risks.
|
// can be available to anyone without security risks.
|
||||||
type DownloaderAPI struct {
|
type DownloaderAPI struct {
|
||||||
d *Downloader
|
d *Downloader
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue