mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Prevent crash during import of privkeys.
@obscuren please check if this was commented out for a reason
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user