Skip to content

Commit

Permalink
Update contracts/modules/ModuleRegistry.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Don <[email protected]>
  • Loading branch information
Ramarti and DonFungible authored Nov 16, 2023
1 parent ee00fec commit 840ac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/modules/ModuleRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contract ModuleRegistry is IModuleRegistry, AccessControlled, Multicall {
}

// Returns true if the provided address is a module.
function isModule(string calldata moduleKey, address caller_) external view returns (bool) {
function isModule(string calldata moduleKey_, address caller_) external view returns (bool) {
return address(_protocolModules[moduleKey]) == caller_;
}

Expand Down

0 comments on commit 840ac6c

Please sign in to comment.