The RAACMinter::setFeeCollector function contains an address zero check that conflicts with the design logic of RAACToken::setFeeCollector. Specifically:
RAACToken::setFeeCollector emits FeeCollectionDisabled when receiving address(0)
RAACMinter::setFeeCollector forcefully reverts on address(0) input
This contradiction makes it impossible to disable fee collection through the official governance path, permanently preventing the emission of the critical status event.
The FeeCollectionDisabled event will not be emitted
The RAACToken::feeCollector will never be set to the zero address
Manual Review
Remove Zero-Address Check in RAACMinter::setFeeCollector:
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.