From 6d359dbcc6f7f42596960f91fa89b770598965e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 14 Apr 2017 11:35:17 +0300 Subject: [PATCH] eth: revert accidental ethash cache dir change --- eth/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/config.go b/eth/config.go index daa402ca57..248ade6471 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,