Skip to content

Commit 468e1b8

Browse files
zeroknotskopy-kat
andauthored
Update src/core/ModuleManager.sol
Co-authored-by: Konrad <kopp.konrad@gmail.com>
1 parent 0f769d5 commit 468e1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ModuleManager.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ abstract contract ModuleManager is IRegistry, ResolverManager {
139139

140140
// Call the factory via the trampolin contract. This will make sure that there is msg.sender separation
141141
// Making "raw" calls to user supplied addresses could create security issues.
142-
moduleAddress = FACTORY_TRAMPOLIN.deployViaFactory{ value: msg.value }({ factory: factory, callOnFactory: callOnFactory });
142+
moduleAddress = FACTORY_TRAMPOLINE.deployViaFactory{ value: msg.value }({ factory: factory, callOnFactory: callOnFactory });
143143

144144
ModuleRecord memory record = _storeModuleRecord({
145145
moduleAddress: moduleAddress,

0 commit comments

Comments
 (0)