Skip to content

Commit f6d7672

Browse files
authored
Fix Typo: Change "Dissambiguate" to "Disambiguate" in account.ts (#548)
1 parent d676e6f commit f6d7672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/solidity/src/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function overrideRawSignatureValidation(c: ContractBuilder, opts: AccountOptions
216216
c.setFunctionBody(['// Custom validation logic', 'return false;'], signerFunctions._rawSignatureValidation);
217217
}
218218

219-
// Dissambiguate between Signer and AccountERC7579
219+
// Disambiguate between Signer and AccountERC7579
220220
if (opts.signer && opts.ERC7579Modules) {
221221
c.addImportOnly({
222222
name: 'AbstractSigner',

0 commit comments

Comments
 (0)