Add comment to Proposals.sol
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s
Details
This commit is contained in:
parent
2b2473fb8d
commit
c6546b56f1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue