mirror of
				https://github.com/Instadapp/aave-protocol-v2.git
				synced 2024-07-29 21:47:30 +00:00 
			
		
		
		
	Updated comment
This commit is contained in:
		
							parent
							
								
									14c4b750e1
								
							
						
					
					
						commit
						5bd4fd0e13
					
				| 
						 | 
				
			
			@ -418,7 +418,7 @@ contract LendingPool is VersionedInitializable, ILendingPool, LendingPoolStorage
 | 
			
		|||
  /**
 | 
			
		||||
   * @dev allows depositors to enable or disable a specific deposit as collateral.
 | 
			
		||||
   * @param asset the address of the reserve
 | 
			
		||||
   * @param useAsCollateral true if the user wants to user the deposit as collateral, false otherwise.
 | 
			
		||||
   * @param useAsCollateral true if the user wants to use the deposit as collateral, false otherwise.
 | 
			
		||||
   **/
 | 
			
		||||
  function setUserUseReserveAsCollateral(address asset, bool useAsCollateral) external override {
 | 
			
		||||
    _whenNotPaused();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user