Add comment to Proposals.sol
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s Details

This commit is contained in:
Ladd Hoffman 2024-04-05 11:47:41 -05:00
parent 2b2473fb8d
commit c6546b56f1
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ contract Proposals is DAOContract, IOnValidate {
emit NewProposal(proposalIndex);
}
/// Provides a summary of pools for a given proposal. Useful for displaying a summary.
function getPools(
uint proposalIndex
) public view returns (Pool[3][3] memory pools) {