Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco77 committed Jul 29, 2020
1 parent 9403dea commit d4180e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/masset/BasketManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ contract BasketManager is
}

/**
* @dev Throws if the total Basket weight does not sum to 100
* @dev Throws if the sum of all bAsset maxWeights is not in range 100-400%
*/
function _validateBasketWeight() internal view {
uint256 len = basket.bassets.length;
Expand Down

0 comments on commit d4180e0

Please sign in to comment.