Closed code423n4 closed 2 years ago
It would be good to add one more require() for _fantomSender. contracts\redeem\RedemptionReceiver.sol#L44 If _fantomSender is zero address, then it will be considered as non-initialized even after successful deposit. You need to insert below code at #L45. require(_fantomSender != address(0), "ZERO ADDRESS");
Judge has assessed an item in Issue #95 as Medium risk. The relevant finding follows: