mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
Removed undocumented params.
This commit is contained in:
parent
d7ae8becc7
commit
1df30cf566
|
@ -195,7 +195,6 @@ contract Helpers is DSMath {
|
|||
|
||||
/** (SOWMAY)
|
||||
* @dev swapping given ETH with MKR
|
||||
* @param reqDAI is the ETH to swap with MKR
|
||||
*/
|
||||
function swapMKRviaETH(uint feesMKR, uint deadline) public payable returns(uint ethSold) {
|
||||
UniswapExchange mkrExchange = UniswapExchange(getUniswapMKRExchange());
|
||||
|
@ -208,7 +207,6 @@ contract Helpers is DSMath {
|
|||
|
||||
/** (SOWMAY)
|
||||
* @dev swapping given DAI with MKR
|
||||
* @param reqDAI is the DAI to swap with MKR
|
||||
*/
|
||||
function swapMKR(uint feesMKR) public returns(uint daiSold) {
|
||||
UniswapExchange daiExchange = UniswapExchange(getUniswapDAIExchange());
|
||||
|
|
Loading…
Reference in New Issue
Block a user