Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
felix2feng committed Nov 27, 2018
1 parent c2b6d38 commit 045cae7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.
7 changes: 0 additions & 7 deletions contracts/core/exchange-wrappers/KyberNetworkWrapper.sol
Expand Up @@ -113,13 +113,6 @@ contract KyberNetworkWrapper {
* Parses and executes Kyber trades. Depending on conversion rate, Kyber trades may result in change.
* We currently pass change back to the issuance order maker, exploring how it can safely be passed to the taker.
*
* maker Issuance order maker
* ----------------- Unused -----------------
* makerToken Address of maker token used in exchange orders
* makerAssetAmount Amount of issuance order maker token to use on this exchange
* tradesCount Expected number of orders to execute
* fillQuantity Quantity of Set to be filled
* attemptedfillQuantity Quantity of Set taker attempted to fill
*
* @param _exchangeData Standard exchange wrapper interface object containing exchange metadata
* @param _tradesData Arbitrary bytes data for any information to pass to the exchange
Expand Down
8 changes: 0 additions & 8 deletions contracts/core/exchange-wrappers/TakerWalletWrapper.sol
Expand Up @@ -64,14 +64,6 @@ contract TakerWalletWrapper {
/**
* The TakerWalletWrapper contract wrapper to transfer tokens directly from order taker
*
* ----------------- Unused -----------------
* taker Issuance order taker
* ----------------- Unused -----------------
* ----------------- Unused -----------------
* orderCount Expected number of orders to execute
* fillQuantity Quantity of Set to be filled
* attemptedfillQuantity Quantity of Set taker attempted to fill
*
* @param _exchangeData Standard exchange wrapper interface object containing exchange metadata
* @param _transfersData Arbitrary bytes data for any information to pass to the exchange
* @return address[] The addresses of required components
Expand Down
7 changes: 0 additions & 7 deletions contracts/core/exchange-wrappers/ZeroExExchangeWrapper.sol
Expand Up @@ -87,13 +87,6 @@ contract ZeroExExchangeWrapper {
/**
* Parses 0x exchange orders and executes them for Set component tokens
*
* ----------------- Unused -----------------
* taker Issuance order taker
* makerToken Address of maker token used in exchange orders
* makerAssetAmount Amount of issuance order maker token to use on this exchange
* orderCount Expected number of orders to execute
* fillQuantity Quantity of Set to be filled
* attemptedfillQuantity Quantity of Set taker attempted to fill
*
* @param _exchangeData Standard exchange wrapper interface object containing exchange metadata
* @param _ordersData Arbitrary bytes data for any information to pass to the exchange
Expand Down
7 changes: 0 additions & 7 deletions contracts/core/modules/IssuanceOrderModule.sol
Expand Up @@ -378,13 +378,6 @@ contract IssuanceOrderModule is
/**
* Calls exchange to execute trades and deposits fills into Vault for issuanceOrder maker.
*
* maker Issuance order maker
* taker Issuance order taker
* makerToken Address of maker token used in exchange orders
* makerAssetAmount Amount of issuance order maker token to use on this exchange
* orderCount Expected number of orders to execute
* fillQuantity Quantity of Set to be filled
* attemptedfillQuantity Quantity of Set taker attempted to fill
*
* @param _exchangeData Standard exchange wrapper interface object containing exchange metadata
* @param _exchange Address of exchange wrapper being called
Expand Down

0 comments on commit 045cae7

Please sign in to comment.