From 61b9267dbeb4265ab2c4648d61110c7d8c398acd Mon Sep 17 00:00:00 2001 From: Attens1423 Date: Tue, 23 Jul 2024 12:43:15 +0800 Subject: [PATCH] del Ichange event --- contracts/GasSavingPool/impl/GSPVault.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/contracts/GasSavingPool/impl/GSPVault.sol b/contracts/GasSavingPool/impl/GSPVault.sol index d0a2868..f4d6059 100644 --- a/contracts/GasSavingPool/impl/GSPVault.sol +++ b/contracts/GasSavingPool/impl/GSPVault.sol @@ -41,8 +41,6 @@ contract GSPVault is GSPStorage { event MtFeeRateChange(uint256 newMtFee); - event IChange(uint256 newI); - event WithdrawMtFee(address indexed token, uint256 amount); // ============ View Functions ============