From aedf1a933a3e3329ebda409391dd3095ff981424 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 17 Apr 2024 13:31:44 -0500 Subject: [PATCH] remove erc721 todo comment --- ethereum/contracts/core/Reputation.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/ethereum/contracts/core/Reputation.sol b/ethereum/contracts/core/Reputation.sol index 3ad4250..f9eabc4 100644 --- a/ethereum/contracts/core/Reputation.sol +++ b/ethereum/contracts/core/Reputation.sol @@ -21,5 +21,3 @@ contract Reputation is ERC20("Reputation", "REP") { revert("REP transfer is not allowed"); } } - -// TODO: try implementing as ERC721