mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
core: fix deprecation comment for GenesisAccount (#29218)
core: fix deprecation comment
This commit is contained in:
parent
00c21128ef
commit
fa4ade8ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ import (
|
|||
|
||||
var errGenesisNoConfig = errors.New("genesis has no chain configuration")
|
||||
|
||||
// Deprecated: use types.GenesisAccount instead.
|
||||
// Deprecated: use types.Account instead.
|
||||
type GenesisAccount = types.Account
|
||||
|
||||
// Deprecated: use types.GenesisAlloc instead.
|
||||
|
|
|
|||
Loading…
Reference in a new issue