core: fix deprecation comment for GenesisAccount (#29218)

core: fix deprecation comment
This commit is contained in:
Sina Mahmoodi 2024-03-11 11:05:48 +01:00 committed by GitHub
parent 00c21128ef
commit fa4ade8ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.