UpdateWeightRunnerAddressUpdated event is wrongly emitted when updateWeightRunner is changed
UpdateWeightRunnerAddressUpdated event in QuantAMMWeightedPool contract expects to be emitted with old address and new address as parameters when setUpdateWeightRunnerAddress() function is called. However, it emits twice the new address because it uses the state variable ```updateWeightRunner``` as parameter but this is already updated, failing to emit the previous address.
Low impact, wrongly emitted event.
Manual review
Correctly emit the event by saving the oldAddress:
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.