Skip to content

Commit 20bfb84

Browse files
committed
adding comment in the function
1 parent c8cd7df commit 20bfb84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Vanity.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ contract VanityURL is Ownable,Pausable {
292292
address_vanity_mapping[_to] = _vanity_url;
293293
}
294294

295+
/*
296+
function to release a Vanity URL by Owner
297+
*/
295298
function releaseVanityUrl(string _vanity_url) whenNotPaused onlyOwner public {
296299
if(vanity_address_mapping[_vanity_url] != address(0x0))
297300
{

0 commit comments

Comments
 (0)