Polished MixinMatchOrders and removed unimplemented test
This commit is contained in:
committed by
Amir Bandeali
parent
adad7f4e3f
commit
1fe159f432
@@ -236,11 +236,7 @@ export class MatchOrderTester {
|
||||
takerAddress,
|
||||
);
|
||||
} else {
|
||||
transactionReceipt = await this._executeMatchOrdersAsync(
|
||||
orders.leftOrder,
|
||||
orders.rightOrder,
|
||||
takerAddress,
|
||||
);
|
||||
transactionReceipt = await this._executeMatchOrdersAsync(orders.leftOrder, orders.rightOrder, takerAddress);
|
||||
}
|
||||
// Simulate the fill.
|
||||
const matchResults = simulateMatchOrders(
|
||||
|
||||
Reference in New Issue
Block a user