diff --git a/x/orderbook/keeper/bet_wager.go b/x/orderbook/keeper/bet_wager.go index e8be2550..77f9c2e8 100644 --- a/x/orderbook/keeper/bet_wager.go +++ b/x/orderbook/keeper/bet_wager.go @@ -503,7 +503,6 @@ func (fInfo *fulfillmentInfo) checkFullfillmentForOtherOdds(requeThreshold sdkma fInfo.inProcessItem.setFulfilledSecondary(&fInfo.secondaryProcessItem) eUpdate = append(eUpdate, fInfo.secondaryProcessItem.participationExposure) } - } return eUpdate, err }