tcr
tcr copied to clipboard
Require check in challenge function has unnecessary part of conditional
The challenge function has the following check: require(appWasMade(_listingHash) || listing.whitelisted);
I believe the 2nd half of the conditional (listing.whitelisted
) is unnecessary, as a whitelisted listing will always have an appExpiry > 0
.