A typographical error exists in the Fund struct where dealine_set should be deadline_set.
The field pub dealine_set: bool in the Fund struct is misspelled and doesn't match the usage deadline_set in the code (e.g., in fund_create and set_deadline). This will cause a compilation error.
The program won't compile, preventing deployment and execution until corrected.
Manual Code Review
Correct the typo in the Fund struct:
pub deadline_set: bool // Changed from dealine_set
This is strong informational finding, there is no impact for the protocol. The variable is the same on all places.
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.