Skip to content

Commit fa4ade8

Browse files
authored
core: fix deprecation comment for GenesisAccount (#29218)
core: fix deprecation comment
1 parent 00c2112 commit fa4ade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import (
4545

4646
var errGenesisNoConfig = errors.New("genesis has no chain configuration")
4747

48-
// Deprecated: use types.GenesisAccount instead.
48+
// Deprecated: use types.Account instead.
4949
type GenesisAccount = types.Account
5050

5151
// Deprecated: use types.GenesisAlloc instead.

0 commit comments

Comments
 (0)