Skip to content

Commit

Permalink
Remove duplicate NameChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Mar 1, 2024
1 parent 00c62bf commit 46c6e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/reverseRegistrar/L2ReverseRegistrar.sol
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ contract L2ReverseRegistrar is
{
bytes32 node = _getNamehash(contractAddr);
_setName(node, name, inceptionDate);
emit NameChanged(node, name);
emit ReverseClaimed(contractAddr, node);
}

Expand Down

0 comments on commit 46c6e22

Please sign in to comment.