diff --git a/ethereum/contracts/core/DAO.sol b/ethereum/contracts/core/DAO.sol index bc0c042..ce0ad31 100644 --- a/ethereum/contracts/core/DAO.sol +++ b/ethereum/contracts/core/DAO.sol @@ -10,7 +10,7 @@ import "hardhat/console.sol"; // TODO: consider dynamically constructing contract instances rather than merging at build time contract DAO is Reputation, Forum, ValidationPools { - /// Authorize a contract to transfer REP, and call that contract's receiveTransfer method + /// Authorize a contract to transfer REP, and call that contract's acceptAvailability method function stakeAvailability( address to, uint256 value,