mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update genesis.go
This commit is contained in:
parent
03c1c3ab9c
commit
8be0a99f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue