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

Commit 227d670

Browse files
committed
Updated javadocs.
1 parent 0db3f17 commit 227d670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/core/interfaces/ICore.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pragma solidity 0.4.24;
8080
* Issue
8181
*
8282
* @param _setAddress Address of set to issue
83-
* @param _quantity Quantity of set to issue
83+
* @param _quantity Quantity of set to issue. Should be multiple of natural unit.
8484
*/
8585
function issue(
8686
address _setAddress,
@@ -92,7 +92,7 @@ pragma solidity 0.4.24;
9292
* Function to convert Set Tokens into underlying components
9393
*
9494
* @param _setAddress The address of the Set token
95-
* @param _quantity The number of tokens to redeem
95+
* @param _quantity The number of tokens to redeem. Should be multiple of natural unit.
9696
*/
9797
function redeem(
9898
address _setAddress,

0 commit comments

Comments
 (0)