Skip to content

Commit 0b8365a

Browse files
committed
updated to string
1 parent 4bdb4fd commit 0b8365a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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,bytes32 _data) whenNotPaused onlyOwner public {
218+
function reserveVanityURLByOwner(address _to,string _vanity_url,string _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)