Unneeded type cast of contract type. Parameter passed to constructor is type IRocketStorage
.
It is assigned to rocketStorage with type casting to IRocketStorage which is unnecessary.
VScode, Manual Review
Change rocketStorage = IRocketStorage(rocketStorageAddress)
to rocketStorage = rocketStorageAddress
or change IRocketStorage rocketStorageAddress
to address rocketStorageAddress
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.