@0x:contracts-exchange Addressed lingering review comments

This commit is contained in:
Alex Towle
2019-08-29 21:44:53 -07:00
parent dba0d8469d
commit 2c1393fb09
10 changed files with 32 additions and 22 deletions

View File

@@ -48,13 +48,6 @@ export class FillOrderWrapper {
takerAddress: string,
opts: { takerAssetFillAmount?: BigNumber } = {},
initBalanceStore: BalanceStore,
// stakingOpts: {
// gasPrice: BigNumber;
// messageValue: BigNumber;
// protocolFeeMultiplier: BigNumber;
// stakingAddress: string;
// wethAddress: string;
// },
): [FillResults, FillEventArgs, BalanceStore] {
const balanceStore = LocalBalanceStore.create(initBalanceStore);
const takerAssetFillAmount =