Normal behavior: Only compile-time constants may be declared constant.
Specific issue: blockTime is declared as uint256 public blockTime = block.timestamp; and scanner suggested constant which is incorrect.
Likelihood:Low
Static analyzer may produce false positive recommending constant.
Impact:Low
Minor: the recommendation is invalid; code should remove or make variable immutable if needed.
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.