Update genesis.go

This commit is contained in:
Felix Lange 2024-02-16 16:35:09 +01:00 committed by GitHub
parent 03c1c3ab9c
commit 8be0a99f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ func (h storageJSON) MarshalText() ([]byte, error) {
return hexutil.Bytes(h[:]).MarshalText() return hexutil.Bytes(h[:]).MarshalText()
} }
// types.GenesisAlloc specifies the initial state that is part of the genesis block. // GenesisAlloc specifies the initial of the genesis block.
type GenesisAlloc map[common.Address]GenesisAccount type GenesisAlloc map[common.Address]GenesisAccount
func (ga *GenesisAlloc) UnmarshalJSON(data []byte) error { func (ga *GenesisAlloc) UnmarshalJSON(data []byte) error {