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 ============