Commit a1dcc5cd authored by Maran's avatar Maran

Prevent crash during import of privkeys.

@obscuren please check if this was commented out for a reason
parent c9db8727
......@@ -64,10 +64,9 @@ func main() {
log.SetOutput(logfile)
logSys = log.New(logfile, "", flags)
logger.AddLogSystem(logSys)
}
/*else {
} else {
logSys = log.New(os.Stdout, "", flags)
}*/
}
ethchain.InitFees()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment