Skip to content

Commit 52e08f8

Browse files
committed
update comment
1 parent 86259d2 commit 52e08f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vanity.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ contract VanityURL is Ownable,Pausable {
220220
}
221221

222222
/*
223-
function to change vanity URL owner
223+
function to transfer ownership for Vanity URL
224224
*/
225225
function transferOwnershipForVanityURL(address _to) public {
226226
require(bytes(address_vanity_mapping[_to]).length != 0);

0 commit comments

Comments
 (0)