Skip to content

Commit 401fcab

Browse files
committed
Remove unused events
1 parent 48b8ceb commit 401fcab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/sfc/SFC.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ contract SFC is OwnableUpgradeable, UUPSUpgradeable, Version {
162162
// redirections
163163
error AlreadyRedirected();
164164
error SameRedirectionAuthorizer();
165-
error Redirected();
166165

167166
// validators
168167
error ValidatorNotExists();
@@ -220,7 +219,6 @@ contract SFC is OwnableUpgradeable, UUPSUpgradeable, Version {
220219
event RestakedRewards(address indexed delegator, uint256 indexed toValidatorID, uint256 rewards);
221220
event BurntNativeTokens(uint256 amount);
222221
event UpdatedSlashingRefundRatio(uint256 indexed validatorID, uint256 refundRatio);
223-
event RefundedSlashedLegacyDelegation(address indexed delegator, uint256 indexed validatorID, uint256 amount);
224222
event AnnouncedRedirection(address indexed from, address indexed to);
225223
event TreasuryFeesResolved(uint256 amount);
226224

0 commit comments

Comments
 (0)