Skip to content

Commit

Permalink
sort fee counters in v7 upgrade (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed Feb 4, 2024
1 parent 7061880 commit edbad9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/upgrades/v7/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ func cellarfeesInitGenesis(ctx sdk.Context, cellarfeesKeeper cellarfeeskeeper.Ke
counters := cellarfeestypes.FeeAccrualCounters{
Counters: []cellarfeestypes.FeeAccrualCounter{
{
Denom: fraxDenom,
Denom: wbtcDenom,
Count: 2,
},
{
Denom: usdcDenom,
Denom: fraxDenom,
Count: 2,
},
{
Denom: wbtcDenom,
Denom: usdcDenom,
Count: 2,
},
{
Expand Down

0 comments on commit edbad9d

Please sign in to comment.