Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
P-U-D-G-E committed Oct 5, 2023
1 parent dce1953 commit 8830389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/orderbook/keeper/bet_wager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (ts *testBetSuite) placeBetsAndTest() ([]bettypes.Bet, sdk.Dec, sdk.Dec) {
betOdds := make(map[string]*bettypes.BetOddsCompact)
var oddUIDS []string
for _, odd := range ts.market.Odds {
betOdds[odd.UID] = &bettypes.BetOddsCompact{UID: odd.UID, MaxLossMultiplier: sdk.MustNewDecFromStr("0.1")}
betOdds[odd.UID] = &bettypes.BetOddsCompact{UID: odd.UID, MaxLossMultiplier: sdk.MustNewDecFromStr("0.3")}
oddUIDS = append(oddUIDS, odd.UID)
}

Expand Down

0 comments on commit 8830389

Please sign in to comment.