Skip to content

Commit 2bfd50a

Browse files
izquisohkai
authored andcommitted
chore: Improve APM Repo version creation notice (#502)
1 parent 6c7da96 commit 2bfd50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/apm/APMRegistry.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ contract APMRegistry is AragonApp, AppProxyFactory, APMInternalAppNames {
5959
}
6060

6161
/**
62-
* @notice Create new repo in registry with `_name` and first repo version
62+
* @notice Create new repo in registry with `_name` and publish a first version with contract `_contractAddress` and content `@fromHex(_contentURI)`
6363
* @param _name Repo name
6464
* @param _dev Address that will be given permission to create versions
6565
* @param _initialSemanticVersion Semantic version for new repo version

contracts/apm/Repo.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contract Repo is AragonApp {
3838
}
3939

4040
/**
41-
* @notice Create new version for repo
41+
* @notice Create new version with contract `_contractAddress` and content `@fromHex(_contentURI)`
4242
* @param _newSemanticVersion Semantic version for new repo version
4343
* @param _contractAddress address for smart contract logic for version (if set to 0, it uses last versions' contractAddress)
4444
* @param _contentURI External URI for fetching new version's content

0 commit comments

Comments
 (0)