The error message PoolNotSupported()
is misleading
The error message PoolNotSupported()
is misleading because the condition actually checks if the state of the pool is already what the caller is trying to set. A more appropriate error message would be something like PoolStateAlreadySet()
or NoChangeNeeded()
. This could confuse users or integrators who expect the error to indicate that the pool is invalid.
The misleading error message (PoolNotSupported
) does not directly affect the contract's functionality but could confuse users or integrators.
Manual review
The PoolNotSupported()
error message is misleading. It should be renamed to something like PoolStateAlreadySet()
or NoChangeNeeded()
.
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.