diff options
Diffstat (limited to 'coreth.go')
-rw-r--r-- | coreth.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ func isLocalBlock(block *types.Block) bool { return false } +// NewETHChain creates an Ethereum blockchain with the given configs. func NewETHChain(config *eth.Config, nodecfg *node.Config, etherBase *common.Address, chainDB ethdb.Database) *ETHChain { if config == nil { config = ð.DefaultConfig |