Skip to content
  • Jeffrey Wilcke's avatar
    core, eth: added json tag field for proper unmarshalling · c1a4dcfc
    Jeffrey Wilcke authored
    According to our own instructions the genesis config attribute should be
    "config". The genesis definition in the go code, however, has a field
    called `ChainConfig`. This field now has a `json:"config"` struct tag so
    that the json is properly unmarshalled.
    
    This fixes #2482
    c1a4dcfc