Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
whitebit-robot committed Jul 14, 2023
1 parent 4149136 commit 7d1d9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Migrations map[uint64][]Migration
func InitMigrations(config *params.ChainConfig) Migrations {
output := make(Migrations)

// All available migrations should be defined there
// All available migrations should be defined here
availableMigrations := []Migration{
migrations.NewMintContractMigration(config),
}
Expand Down

0 comments on commit 7d1d9b7

Please sign in to comment.