eth: add comment for DefaultConfig

This commit is contained in:
Felix Lange 2017-04-11 12:49:46 +02:00
parent 2bc31a3f49
commit 7608af1691

View file

@ -30,6 +30,7 @@ import (
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
) )
// DefaultConfig contains default settings for use on the Ethereum main net.
var DefaultConfig = Config{ var DefaultConfig = Config{
EthashCachesInMem: 2, EthashCachesInMem: 2,
EthashCachesOnDisk: 3, EthashCachesOnDisk: 3,