mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p: fix
This commit is contained in:
parent
a193bb0c73
commit
89154aa9de
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ func commandHasFlag(ctx *cli.Context, flag cli.Flag) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// getNodeArg handles the common case of a single node descriptor argument.
|
// getNodeArg handles the common case of a single node descriptor argument.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue