Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfung-dydx committed Aug 2, 2024
1 parent 42a21bd commit d0b6d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/clob/memclob/memclob.go
Original file line number Diff line number Diff line change
Expand Up @@ -2440,5 +2440,5 @@ func (m *MemClobPriceTimePriority) resizeReduceOnlyMatchIfNecessary(
}

func (m *MemClobPriceTimePriority) GetOrderbook(ctx sdk.Context, clobPairId types.ClobPairId) types.OrderbookInterface {
return m.orderbooks[clobPairId]
return m.openOrders.orderbooksMap[clobPairId]
}

0 comments on commit d0b6d51

Please sign in to comment.