Rename marketSellEth => marketSellWeth
This commit is contained in:
parent
66ab010055
commit
ec5f768f9b
@ -80,7 +80,7 @@ contract MixinForwarderCore is
|
|||||||
|
|
||||||
// Attempt to sell 95% of WETH.
|
// Attempt to sell 95% of WETH.
|
||||||
// ZRX fees are payed with this contract's balance.
|
// ZRX fees are payed with this contract's balance.
|
||||||
orderFillResults = marketSellEth(
|
orderFillResults = marketSellWeth(
|
||||||
orders,
|
orders,
|
||||||
wethAvailable,
|
wethAvailable,
|
||||||
signatures
|
signatures
|
||||||
@ -182,7 +182,7 @@ contract MixinForwarderCore is
|
|||||||
/// @param wethSellAmount Desired amount of WETH to sell.
|
/// @param wethSellAmount Desired amount of WETH to sell.
|
||||||
/// @param signatures Proofs that orders have been created by makers.
|
/// @param signatures Proofs that orders have been created by makers.
|
||||||
/// @return Amounts filled and fees paid by maker and taker.
|
/// @return Amounts filled and fees paid by maker and taker.
|
||||||
function marketSellEth(
|
function marketSellWeth(
|
||||||
LibOrder.Order[] memory orders,
|
LibOrder.Order[] memory orders,
|
||||||
uint256 wethSellAmount,
|
uint256 wethSellAmount,
|
||||||
bytes[] memory signatures
|
bytes[] memory signatures
|
||||||
|
@ -32,7 +32,7 @@ contract MForwarderCore is
|
|||||||
/// @param wethSellAmount Desired amount of WETH to sell.
|
/// @param wethSellAmount Desired amount of WETH to sell.
|
||||||
/// @param signatures Proofs that orders have been created by makers.
|
/// @param signatures Proofs that orders have been created by makers.
|
||||||
/// @return Amounts filled and fees paid by maker and taker.
|
/// @return Amounts filled and fees paid by maker and taker.
|
||||||
function marketSellEth(
|
function marketSellWeth(
|
||||||
LibOrder.Order[] memory orders,
|
LibOrder.Order[] memory orders,
|
||||||
uint256 wethSellAmount,
|
uint256 wethSellAmount,
|
||||||
bytes[] memory signatures
|
bytes[] memory signatures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user