Commit e62c2aeb authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #2491 from obscuren/genesis-config-fix

core, eth: added json tag field for proper unmarshalling
parents 123aa659 c1a4dcfc
......@@ -43,7 +43,7 @@ func WriteGenesisBlock(chainDb ethdb.Database, reader io.Reader) (*types.Block,
}
var genesis struct {
ChainConfig *ChainConfig
ChainConfig *ChainConfig `json:"config"`
Nonce string
Timestamp string
ParentHash string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment