Skip to content

Commit

Permalink
Update src/core/ModuleManager.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad <[email protected]>
  • Loading branch information
zeroknots and kopy-kat authored Feb 12, 2024
1 parent 09976c7 commit 0a27e91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/ModuleManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import { IRegistry } from "../IRegistry.sol";
/**
* @title Module
*
* @dev The Module contract serves as a component in a larger system for handling smart contracts or "modules"
* within a blockchain ecosystem. This contract inherits from the IModule interface
* @dev The Module contract is responsible for handling the registration, storage and retrieval of modules on the Registry. This contract inherits from the IModule interface
*
* @dev The primary responsibility of the Module is to deploy and manage modules. A module is a smart contract
* that has been deployed through the Module. The details of each module, such as its address, code hash, schema ID,
Expand Down

0 comments on commit 0a27e91

Please sign in to comment.