Skip to content

Commit

Permalink
Remove Intelligent Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Apr 15, 2023
1 parent 6ac7e0a commit 9e0c7ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/src/WorldNameResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ contract WorldNameResolver is ERC137Resolver, ERC721 {
uint256 internal immutable externalNullifier;

/// @dev Linking between tokenId and bytes32
/// TODO: this is probably hella inneficient and im going to ask a mentor how to do it better lol, please dont let me forget about this comment
mapping(uint256 => bytes32) internal tokenIdToNode;
mapping(bytes32 => uint256) internal nodeToTokenId;

Expand Down Expand Up @@ -230,3 +229,6 @@ contract WorldNameResolver is ERC137Resolver, ERC721 {
// super.supportsInterface(interfaceId);
}
}

// NEVER GONNA GIVE YOU UP!
// you lost the game btw.

0 comments on commit 9e0c7ff

Please sign in to comment.