Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
remove default param from private method
Browse files Browse the repository at this point in the history
  • Loading branch information
xianny committed Apr 30, 2019
1 parent 182f698 commit 4e5f670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ export class CoordinatorWrapper extends ContractWrapper {
data: string,
takerAddress: string,
signedOrders: SignedOrder[],
orderTransactionOpts: OrderTransactionOpts = { shouldValidate: true },
orderTransactionOpts: OrderTransactionOpts,
): Promise<string> {
// create lookup tables to match server endpoints to orders
const feeRecipientsToOrders: { [feeRecipient: string]: SignedOrder[] } = {};
Expand Down

0 comments on commit 4e5f670

Please sign in to comment.