From 2b2473fb8deaaf9803fa134fd71149a6f87f0b5f Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Thu, 4 Apr 2024 13:46:46 -0500 Subject: [PATCH] Remove comleted TODO --- ethereum/contracts/DAO.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/ethereum/contracts/DAO.sol b/ethereum/contracts/DAO.sol index dd1ca54..39f720a 100644 --- a/ethereum/contracts/DAO.sol +++ b/ethereum/contracts/DAO.sol @@ -59,7 +59,6 @@ contract DAO is ERC20("Reputation", "REP") { // TODO: possible parameter for minting ratio // TODO: possible parameter for stakeForAuthor - // TODO: possible parameter for winningRatio // TODO: Add forum parameters uint constant minDuration = 1; // 1 second