cmd/devp2p: fix

This commit is contained in:
Felix Lange 2024-02-15 20:16:57 +01:00
parent a193bb0c73
commit 89154aa9de

View file

@ -71,7 +71,7 @@ func commandHasFlag(ctx *cli.Context, flag cli.Flag) bool {
return true
}
}
return false
return true
}
// getNodeArg handles the common case of a single node descriptor argument.