mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 20:47:16 +00:00
Merge pull request #164 from ledgerwatch/downloader2
Fix typo in download-only flag
This commit is contained in:
commit
103deffd86
@ -298,7 +298,7 @@ var (
|
|||||||
Usage: "Ultra light server sends announcements only",
|
Usage: "Ultra light server sends announcements only",
|
||||||
}
|
}
|
||||||
DownloadOnlyFlag = cli.BoolFlag{
|
DownloadOnlyFlag = cli.BoolFlag{
|
||||||
Name: "downloa-only",
|
Name: "download-only",
|
||||||
Usage: "Run in download only mode - only fetch blocks but not process them",
|
Usage: "Run in download only mode - only fetch blocks but not process them",
|
||||||
}
|
}
|
||||||
// Dashboard settings
|
// Dashboard settings
|
||||||
|
Loading…
Reference in New Issue
Block a user