Skip to content

Commit 4bdb4fd

Browse files
committed
added data field
1 parent 6be6560 commit 4bdb4fd

File tree

3 files changed

+3
-673
lines changed

3 files changed

+3
-673
lines changed

contracts/VanityURL.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ contract VanityURL is Ownable,Pausable {
215215
/*
216216
function to transfer ownership for Vanity URL by Owner
217217
*/
218-
function reserveVanityURLByOwner(address _to,string _vanity_url) whenNotPaused onlyOwner public {
218+
function reserveVanityURLByOwner(address _to,string _vanity_url,bytes32 _data) whenNotPaused onlyOwner public {
219219
_vanity_url = _toLower(_vanity_url);
220220
require(checkForValidity(_vanity_url));
221221
/* check if vanity url is being used by anyone */

0 commit comments

Comments
 (0)