Skip to content

Commit

Permalink
chore: adding a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Jul 14, 2024
1 parent 21bf1d9 commit 002218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Depository.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ contract Depository is ERC721, IErrorsTokenomics {
// Bond product counter
// We assume that the number of products will not be bigger than the number of seconds
uint256 public productCounter;
// Minimum amount of supply that is given to the
// Minimum amount of supply such that any value below is given to the bonding account in order to close the product
uint256 public minOLASLeftoverAmount;

// OLAS token address
Expand Down

0 comments on commit 002218c

Please sign in to comment.