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

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bweick committed Dec 31, 2019
1 parent 3da7a1f commit b77007e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/viewer/lib/TradingPoolViewer.sol
Expand Up @@ -145,7 +145,7 @@ contract TradingPoolViewer {
view
returns (uint256[] memory)
{
// Cache length of addresses to fetch states for
// Cache length of addresses to fetch entryFees for
uint256 _poolCount = _tradingPools.length;

// Instantiate output array in memory
Expand All @@ -165,7 +165,7 @@ contract TradingPoolViewer {
view
returns (uint256[] memory)
{
// Cache length of addresses to fetch states for
// Cache length of addresses to fetch rebalanceFees for
uint256 _poolCount = _tradingPools.length;

// Instantiate output array in memory
Expand Down

0 comments on commit b77007e

Please sign in to comment.