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