diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 16:35:17 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 16:35:17 +0800 |
commit | 6d359dbcc6f7f42596960f91fa89b770598965e4 (patch) | |
tree | a07c1b5986e53139bf5c7209de5a022e5c5fdd64 /eth | |
parent | 65e1095c3f86e46c9741b95e7f856312d74c7501 (diff) | |
download | dexon-6d359dbcc6f7f42596960f91fa89b770598965e4.tar.gz dexon-6d359dbcc6f7f42596960f91fa89b770598965e4.tar.zst dexon-6d359dbcc6f7f42596960f91fa89b770598965e4.zip |
eth: revert accidental ethash cache dir change
Diffstat (limited to 'eth')
-rw-r--r-- | eth/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/config.go b/eth/config.go index daa402ca5..248ade647 100644 --- a/eth/config.go +++ b/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, |