good morning!!!!

Skip to content
Snippets Groups Projects
Commit e62c2aeb authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

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

core, eth: added json tag field for proper unmarshalling
parents 123aa659 c1a4dcfc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment