Added a reentrancy test for matchOrdersWithMaximalFill

This commit is contained in:
James Towle
2019-07-02 21:53:50 -05:00
committed by Amir Bandeali
parent 0df68a6e06
commit 5a64759c83
2 changed files with 22 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ export const constants = {
'MARKET_BUY_ORDERS',
'MARKET_SELL_ORDERS',
'MATCH_ORDERS',
'MATCH_ORDERS_WITH_MAXIMAL_FILL',
'CANCEL_ORDER',
'BATCH_CANCEL_ORDERS',
'CANCEL_ORDERS_UP_TO',