In fillPair(), when the taker is the maker, the reduceOnly order mapping is not being deleted
Description
When filling limit orders, if the trader doing the openPosition() call is the same as the maker of the limit order, it will delete the limit order.
Recommendation
If the limit order is a reduceOnly order, it should also delete the reduceOnlyOrders mapping.
Status
Addressed in #0dd59c3