Skip to content

Conversation

@rizkyikiw42
Copy link
Contributor

geth --dev=false now correctly respects the false value, instead of incorrectly enabling UseLightweightKDF.

cfg.KeyStoreDir = ctx.String(KeyStoreDirFlag.Name)
}
if ctx.IsSet(DeveloperFlag.Name) {
if ctx.Bool(DeveloperFlag.Name) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This?

if ctx.IsSet(DeveloperFlag.Name) {
		cfg.UseLightweightKDF = ctx.Bool(DeveloperFlag.Name)
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to align with others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants