mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Fix typo in log message (#8984)
This commit is contained in:
parent
eeb471d800
commit
5d0627f148
@ -269,7 +269,7 @@ func ApplyFlagsForEthConfig(ctx *cli.Context, cfg *ethconfig.Config, logger log.
|
||||
downloadRate := ctx.String(utils.TorrentDownloadRateFlag.Name)
|
||||
uploadRate := ctx.String(utils.TorrentUploadRateFlag.Name)
|
||||
|
||||
logger.Info("[Downloader] Runnning with", "ipv6-enabled", !disableIPV6, "ipv4-enabled", !disableIPV4, "download.rate", downloadRate, "upload.rate", uploadRate)
|
||||
logger.Info("[Downloader] Running with", "ipv6-enabled", !disableIPV6, "ipv4-enabled", !disableIPV4, "download.rate", downloadRate, "upload.rate", uploadRate)
|
||||
if ctx.Bool(utils.DisableIPV6.Name) {
|
||||
cfg.Downloader.ClientConfig.DisableIPv6 = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user