Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Jan 26, 2024
1 parent a73128a commit ea02062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v18/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func UpdateUnbondingRecords(
// across all the epochs that unbonded
hostZoneRRBeforeProp, ok := redemptionRatesBeforeProp[hostZoneUnbonding.HostZoneId]
if !ok {
ctx.Logger().Error(fmt.Sprintf("Host zone %s from not included in redemption rate mapping", chainId))
ctx.Logger().Error(fmt.Sprintf("Host zone %s not included in redemption rate mapping", chainId))
continue
}

Expand Down

0 comments on commit ea02062

Please sign in to comment.