From 7608af1691ab7416df7565fc7a9880bfc9fd4670 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 11 Apr 2017 12:49:46 +0200 Subject: [PATCH] eth: add comment for DefaultConfig --- eth/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/config.go b/eth/config.go index de43df3183..80ae07a92f 100644 --- a/eth/config.go +++ b/eth/config.go @@ -30,6 +30,7 @@ import ( "github.com/ethereum/go-ethereum/params" ) +// DefaultConfig contains default settings for use on the Ethereum main net. var DefaultConfig = Config{ EthashCachesInMem: 2, EthashCachesOnDisk: 3,