Skip to content

Commit

Permalink
Fix warning text typo
Browse files Browse the repository at this point in the history
@cristovaoth suggestion
  • Loading branch information
asgeir-s committed Dec 30, 2022
1 parent c7e5f16 commit fe7577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/deployModuleFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const deployModuleFactory = async (
if (Factory.bytecode !== FactoryInitCode) {
console.warn(
"The compiled ModuleProxyFactory (from src/factory/contracts.ts) is outdated, it does " +
"not match the bytecode stored at MasterCopyInitData[KnownContracts.FACTORY].initCod"
"not match the bytecode stored at MasterCopyInitData[KnownContracts.FACTORY].initCode"
);
}
} catch (e) {
Expand Down

0 comments on commit fe7577a

Please sign in to comment.