Prevent crash during import of privkeys.

@obscuren please check if this was commented out for a reason
pull/84/head
Maran 11 years ago
parent c9db87277b
commit a1dcc5cd17
  1. 5
      ethereum/ethereum.go

@ -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()

Loading…
Cancel
Save