good morning!!!!

Skip to content
Snippets Groups Projects
Commit a1dcc5cd authored by Maran Hidskes's avatar Maran Hidskes
Browse files

Prevent crash during import of privkeys.

@obscuren please check if this was commented out for a reason
parent c9db8727
Branches
Tags
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment