eth: revert accidental ethash cache dir change

pull/14329/head
Péter Szilágyi 8 years ago
parent 65e1095c3f
commit 6d359dbcc6
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 1
      eth/config.go

@ -34,6 +34,7 @@ import (
// DefaultConfig contains default settings for use on the Ethereum main net.
var DefaultConfig = Config{
SyncMode: downloader.FastSync,
EthashCacheDir: "ethash",
EthashCachesInMem: 2,
EthashCachesOnDisk: 3,
EthashDatasetsInMem: 1,

Loading…
Cancel
Save