Incorrect event emitted in `setUpdateWeightRunnerAddress()` function. When changing the UpdateWeightRunner.sol address, the event should emit 2 params - old and new addresses:
The issue is that this function does not store the old address in memory, but returns the updated updateWeightRunner variable as first param instead of old updateWeightRunner:
Frontend or other off-chain services may display incorrect values, potentially misleading users, disrupt update tracking and make it difficult to find updates.
Likelihood: Low, changing this address is rare. Impact: Low, incorrect event.
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.