Skip to content

Commit

Permalink
fix issue in v11 migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
jelysn committed Apr 26, 2024
1 parent 2fc8880 commit 7a6486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/incentive/migrations/v11_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (m Migrator) V11Migration(ctx sdk.Context) error {
}
}
if committed.Denom == ptypes.EdenB && commParams.TotalCommitted.AmountOf(ptypes.EdenB).IsPositive() {
err = m.estakingKeeper.Hooks().BeforeDelegationCreated(ctx, addr, edenValAddr)
err = m.estakingKeeper.Hooks().BeforeDelegationCreated(ctx, addr, edenBValAddr)
if err != nil {
return err
}
Expand Down

0 comments on commit 7a6486e

Please sign in to comment.