Unused custom error in Distributor.sol
There is an unused custom error.
Instances:
https://github.com/Cyfrin/2023-08-sparkn/blob/main/src/Distributor.sol#L44
error Distributor__InvalidCommissionFee();
This custom error is not used anywhere in the code.
This unused custom error leads to confusion and also increases the source line of code.
Manual Review and VS Code
The custom error should be used either in its right place or it should not be created.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.