Skip to content

Commit 6d359db

Browse files
committed
eth: revert accidental ethash cache dir change
1 parent 65e1095 commit 6d359db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eth/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import (
3434
// DefaultConfig contains default settings for use on the Ethereum main net.
3535
var DefaultConfig = Config{
3636
SyncMode: downloader.FastSync,
37+
EthashCacheDir: "ethash",
3738
EthashCachesInMem: 2,
3839
EthashCachesOnDisk: 3,
3940
EthashDatasetsInMem: 1,

0 commit comments

Comments
 (0)