Address feedback

This commit is contained in:
Leonid Logvinov
2017-06-07 17:46:55 +02:00
parent 3126279de7
commit badbaa39fc
3 changed files with 16 additions and 16 deletions

View File

@@ -145,6 +145,7 @@ export const ExchangeContractErrs = strEnum([
'INSUFFICIENT_MAKER_FEE_BALANCE',
'INSUFFICIENT_MAKER_FEE_ALLOWANCE',
'TRANSACTION_SENDER_IS_NOT_FILL_ORDER_TAKER',
'MULTIPLE_MAKERS_IN_SINGLE_CANCEL_BATCH'
]);
export type ExchangeContractErrs = keyof typeof ExchangeContractErrs;