Skip to content

Commit 4c7bbda

Browse files
Update src/contracts/extensions/v3-config-engine/AaveV3Payload.sol
Co-authored-by: Harsh Pandey <[email protected]>
1 parent 7b99def commit 4c7bbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/extensions/v3-config-engine/AaveV3Payload.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ abstract contract AaveV3Payload {
150150
/// @dev to be defined in the child with a list of priceFeeds to update
151151
function priceFeedsUpdates() public view virtual returns (IEngine.PriceFeedUpdate[] memory) {}
152152

153-
/// @dev to be defined in the child with a list of eMode categories to update
153+
/// @dev to be defined in the child with a list of eMode categories to create
154154
function eModeCategoryCreations()
155155
public
156156
view

0 commit comments

Comments
 (0)