mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
Fix typo in download-only flag
This commit is contained in:
parent
0434cfbb59
commit
e09fac4a47
@ -298,7 +298,7 @@ var (
|
||||
Usage: "Ultra light server sends announcements only",
|
||||
}
|
||||
DownloadOnlyFlag = cli.BoolFlag{
|
||||
Name: "downloa-only",
|
||||
Name: "download-only",
|
||||
Usage: "Run in download only mode - only fetch blocks but not process them",
|
||||
}
|
||||
// Dashboard settings
|
||||
|
Loading…
Reference in New Issue
Block a user