From 8be0a99f4b54d264435218ffded8d700448dde17 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 16 Feb 2024 16:35:09 +0100 Subject: [PATCH] Update genesis.go --- core/types/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/genesis.go b/core/types/genesis.go index 859954760a..27febe0cdd 100644 --- a/core/types/genesis.go +++ b/core/types/genesis.go @@ -67,7 +67,7 @@ func (h storageJSON) MarshalText() ([]byte, error) { 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 func (ga *GenesisAlloc) UnmarshalJSON(data []byte) error {