fixup comment
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s Details

This commit is contained in:
Ladd Hoffman 2024-04-15 13:35:39 -05:00
parent 758f4fe7bd
commit 72968273ca
1 changed files with 1 additions and 1 deletions

View File

@ -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,