CurrencyManager.addCurrency::CurrencyManager.sol
ignores return value by _whitelistedCurrencies.add(currency)
CurrencyManager.removeCurrency::CurrencyManager.sol ignores return value by _whitelistedCurrencies.remove(currency)::CurrencyManager.sol
Unsuccessful Removal or addition goes undetected
Manual review
return values of _whitelistedCurrencies.remove(currency)
and _whitelistedCurrencies.add(currency)
should be checked
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.