Skip to content

Commit ad29b9f

Browse files
authored
updating addModuleWithLabel
adding public
1 parent 8d52ecb commit ad29b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/tokens/SecurityToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ contract SecurityToken is ERC20, ERC20Detailed, ReentrancyGuard, RegistryUpdater
231231
uint256 _maxCost,
232232
uint256 _budget,
233233
bytes32 _label
234-
) onlyOwner nonReentrant {
234+
) public onlyOwner nonReentrant {
235235
//Check that the module factory exists in the ModuleRegistry - will throw otherwise
236236
IModuleRegistry(moduleRegistry).useModule(_moduleFactory);
237237
IModuleFactory moduleFactory = IModuleFactory(_moduleFactory);

0 commit comments

Comments
 (0)