Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Feb 8, 2024
1 parent d32e6c8 commit 99f7f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/params/app_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ func UmeeTokenMetadata() banktypes.Metadata {
"microumee", BaseExtraDenom,
},
}, {
Denom: DisplayDenom,
Denom: LegacyDisplayDenom,
Exponent: 6,
Aliases: []string{LegacyDisplayDenom},
Aliases: []string{DisplayDenom},
},
},

Check warning on line 71 in app/params/app_settings.go

View check run for this annotation

Codecov / codecov/patch

app/params/app_settings.go#L61-L71

Added lines #L61 - L71 were not covered by tests
}
Expand Down

0 comments on commit 99f7f16

Please sign in to comment.