Skip to content

Commit abc3151

Browse files
authored
[N-11] Unused Errors Due To Deprecated Logic (#1047)
After the removal of the _deposit function from the SpokePool contract, the InvalidRelayerFeePct and MaxTransferSizeExceeded errors are no longer in use. Consider removing the unused errors.
1 parent e05964b commit abc3151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/interfaces/SpokePoolInterface.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ interface SpokePoolInterface {
5656

5757
error NotEOA();
5858
error InvalidDepositorSignature();
59-
error InvalidRelayerFeePct();
60-
error MaxTransferSizeExceeded();
6159
error InvalidCrossDomainAdmin();
6260
error InvalidWithdrawalRecipient();
6361
error DepositsArePaused();

0 commit comments

Comments
 (0)