diff --git a/config/flags_node.go b/config/flags_node.go index 12981ea334..8d8fabf0c3 100644 --- a/config/flags_node.go +++ b/config/flags_node.go @@ -78,6 +78,7 @@ var ( FlagKeystoreLightweight = cli.BoolFlag{ Name: "keystore.lightweight", Usage: "Determines the scrypt memory complexity. If set to true, will use 4MB blocks instead of the standard 256MB ones", + Value: true, } // FlagLogHTTP enables HTTP payload logging. FlagLogHTTP = cli.BoolFlag{