Skip to content

Commit b78f6a6

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
update fn comment
1 parent 4b4cad5 commit b78f6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/feature/DelayedReveal.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ abstract contract DelayedReveal is IDelayedReveal {
5959
}
6060
}
6161

62+
/// @dev Returns whether the relvant batch of NFTs is subject to a delayed reveal.
6263
function isEncryptedBatch(uint256 _batchId) public view returns (bool) {
6364
return encryptedBaseURI[_batchId].length > 0;
6465
}

0 commit comments

Comments
 (0)