Improved the testing for matchOrders and batchMatchOrders

This commit is contained in:
James Towle
2019-07-03 19:07:48 -05:00
committed by Amir Bandeali
parent 7bb9d8b03a
commit 416b1aee98
4 changed files with 130 additions and 18 deletions

View File

@@ -155,6 +155,7 @@ export interface MatchedFillResults {
left: FillResults;
right: FillResults;
leftMakerAssetSpreadAmount: BigNumber;
rightMakerAssetSpreadAmount: BigNumber;
}
export interface BatchMatchedFillResults {