good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 6d359dbc authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

eth: revert accidental ethash cache dir change

parent 65e1095c
No related branches found
No related tags found
Loading
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment