mirror of
				https://github.com/Instadapp/yield-contract.git
				synced 2024-07-29 21:47:29 +00:00 
			
		
		
		
	Minor edits
This commit is contained in:
		
							parent
							
								
									5335fb7189
								
							
						
					
					
						commit
						93e809d852
					
				|  | @ -9,7 +9,6 @@ import "@openzeppelin/contracts/utils/ReentrancyGuard.sol"; | ||||||
| import { DSMath } from "../libs/safeMath.sol"; | import { DSMath } from "../libs/safeMath.sol"; | ||||||
| 
 | 
 | ||||||
| interface AccountInterface { | interface AccountInterface { | ||||||
|   function enable(address authority) external; |  | ||||||
|   function isAuth(address) external view returns(bool); |   function isAuth(address) external view returns(bool); | ||||||
|   function cast(address[] calldata _targets, bytes[] calldata _datas, address _origin) external payable; |   function cast(address[] calldata _targets, bytes[] calldata _datas, address _origin) external payable; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -15,7 +15,6 @@ contract Registry { | ||||||
|   event LogAddSigner(address indexed signer); |   event LogAddSigner(address indexed signer); | ||||||
|   event LogRemoveSigner(address indexed signer); |   event LogRemoveSigner(address indexed signer); | ||||||
|   event LogUpdatePool(address pool, bool poolState); |   event LogUpdatePool(address pool, bool poolState); | ||||||
|   event LogUpdatePoolCap(address pool, uint newCap); |  | ||||||
|   event LogUpdatePoolLogic(address pool, address newLogic); |   event LogUpdatePoolLogic(address pool, address newLogic); | ||||||
|   event LogUpdateInsureFee(address pool, uint newFee); |   event LogUpdateInsureFee(address pool, uint newFee); | ||||||
|   event LogUpdateWithdrawalFee(address pool, uint newFee); |   event LogUpdateWithdrawalFee(address pool, uint newFee); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Thrilok Kumar
						Thrilok Kumar