Skip to content

Commit

Permalink
Update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
crispymangoes committed Oct 16, 2023
1 parent 254f869 commit abc29b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ contract CurveEMAExtension is Extension {
}

/**
* @notice Redstone PriceFeed Extension Storage
* @notice Curve EMA Extension Storage
*/
mapping(ERC20 => ExtensionStorage) public extensionStorage;

/**
* @notice Called by the price router during `_updateAsset` calls.
* @param asset the ERC4626 vault share to price
* @param asset the ERC20 asset to price using a Curve EMA
*/
function setupSource(ERC20 asset, bytes memory _storage) external override onlyPriceRouter {
ExtensionStorage memory stor = abi.decode(_storage, (ExtensionStorage));
Expand Down

0 comments on commit abc29b5

Please sign in to comment.