Skip to content

Commit

Permalink
feat: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Valeri committed Dec 27, 2021
1 parent f623d9a commit 7d6ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/protocol/libraries/logic/ValidationLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ library ValidationLogic {
* @notice Validates a drop reserve action
* @param reserves a mapping storing the list of reserves
* @param reserve The reserve object
* @param asset The address of the asset being validated as collateral
* @param asset The address of the reserve's underlying asset
**/
function validateDropReserve(
mapping(uint256 => address) storage reserves,
Expand Down

0 comments on commit 7d6ccfb

Please sign in to comment.