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