From 72968273cadd91ce0fc598d8da94213d2cfe93f8 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Mon, 15 Apr 2024 13:35:39 -0500 Subject: [PATCH] fixup comment --- ethereum/contracts/core/DAO.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,