Skip to content

Commit

Permalink
Merge pull request #14 from chain-notes-brussels/finalContract
Browse files Browse the repository at this point in the history
natspec
  • Loading branch information
jacksmithinsulander authored Jul 13, 2024
2 parents 1edda58 + d60c44a commit c797c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/foundry/src/Notes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ contract Notes {
* @param _contractAddress address of contract we want to check
*
* @return _notes array of notes associated with contract
* @return _scores array of all scores associated with contract
*
*/
function retrieveContractNotes(address _contractAddress) external view returns (
Expand Down

0 comments on commit c797c20

Please sign in to comment.