Skip to content

Commit 6452328

Browse files
authored
change variable name
1 parent e831f72 commit 6452328

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
@@ -134,7 +134,7 @@ contract VanityURL is Ownable,Pausable {
134134
transferTokenTo = _transferTokenTo;
135135
}
136136

137-
event VanityReserved(address _from, string _vanity_url);
137+
event VanityReserved(address _to, string _vanity_url);
138138

139139
/* function to update Token address */
140140
function updateTokenAddress (address _tokenAddress) onlyOwner public {

0 commit comments

Comments
 (0)