core: fix deprecation comment for GenesisAccount (#29218)

core: fix deprecation comment
pull/29219/head
Sina Mahmoodi 6 months ago committed by GitHub
parent 00c21128ef
commit fa4ade8ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      core/genesis.go

@ -45,7 +45,7 @@ import (
var errGenesisNoConfig = errors.New("genesis has no chain configuration") var errGenesisNoConfig = errors.New("genesis has no chain configuration")
// Deprecated: use types.GenesisAccount instead. // Deprecated: use types.Account instead.
type GenesisAccount = types.Account type GenesisAccount = types.Account
// Deprecated: use types.GenesisAlloc instead. // Deprecated: use types.GenesisAlloc instead.

Loading…
Cancel
Save