Skip to content

Commit

Permalink
fix oracle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Feb 8, 2024
1 parent 1621e95 commit c54c3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
displayDenom string = appparams.DisplayDenom
displayDenom string = appparams.LegacyDisplayDenom
bondDenom string = appparams.BondDenom
initialPower = int64(10000000000)
)
Expand Down

0 comments on commit c54c3be

Please sign in to comment.