Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Feb 2, 2024
1 parent cee5407 commit f57fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/FundingRound.sol
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ contract FundingRound is
}

/**
* @dev Publish the IPFS hash of the vote tally and set the tally contract address. Only coordinator can publish.
* @dev Publish the IPFS hash of the vote tally. Only coordinator can publish.
* @param _tallyHash IPFS hash of the vote tally.
*/
function publishTallyHash(string calldata _tallyHash)
Expand Down

0 comments on commit f57fd26

Please sign in to comment.