mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 21:11:20 +00:00
no false alert (#1588)
This commit is contained in:
parent
4c82b15c36
commit
5cd91cb8ec
@ -1162,7 +1162,7 @@ func SetNodeConfig(ctx *cli.Context, cfg *node.Config) {
|
||||
if ctx.GlobalIsSet(LightKDFFlag.Name) {
|
||||
cfg.UseLightweightKDF = ctx.GlobalBool(LightKDFFlag.Name)
|
||||
}
|
||||
if ctx.GlobalIsSet(NoUSBFlag.Name) || cfg.NoUSB {
|
||||
if ctx.GlobalIsSet(NoUSBFlag.Name) {
|
||||
log.Warn("Option nousb is deprecated and USB is deactivated by default. Use --usb to enable")
|
||||
}
|
||||
if ctx.GlobalIsSet(USBFlag.Name) {
|
||||
|
Loading…
Reference in New Issue
Block a user