Skip to content

Commit

Permalink
monorepo: make cspell happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Nov 25, 2024
1 parent 85e937a commit 3525a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/src/opcodes/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function getEIP7702DelegatedAddress(code: Uint8Array) {
}

/**
* This method performs checks to transfor the code which the EVM observes regarding EIP-7702.
* This method performs checks to transform the code which the EVM observes regarding EIP-7702.
* If the code is 7702-delegated code, it will retrieve the code of the designated address
* in case of an executable operation (`isReadOperation` == false), or the 7702 designator
* code in case of a read operation
Expand Down

0 comments on commit 3525a19

Please sign in to comment.