Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Jan 19, 2024
1 parent 6642f43 commit 7db6a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/simapp/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
MultiStakingCoinB = multistakingtypes.MultiStakingCoin{
Denom: "arst",
Amount: sdk.DefaultPowerReduction,
BondWeight: sdk.MustNewDecFromStr("0.12"),
BondWeight: sdk.MustNewDecFromStr("1"),
}
MultiStakingCoins = []multistakingtypes.MultiStakingCoin{
MultiStakingCoinA, MultiStakingCoinB,
Expand Down

0 comments on commit 7db6a36

Please sign in to comment.