Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore authored Oct 15, 2024
1 parent 15e4588 commit bc4c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpecsParser.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ library ERC4337SpecsParser {
function validateBannedOpcodes(VmSafe.DebugStep[] memory debugTrace) internal pure {
// forbidden opcodes are GASPRICE, GASLIMIT, DIFFICULTY, TIMESTAMP, BASEFEE, BLOCKHASH,
// NUMBER, SELFBALANCE, BALANCE, ORIGIN, GAS, CREATE, COINBASE, SELFDESTRUCT
// Exception: GAS is allowed if followed immediately by5 one of { CALL, DELEGATECALL,
// Exception: GAS is allowed if followed immediately by one of { CALL, DELEGATECALL,
// CALLCODE, STATICCALL }]

// Loop over the debug steps to validate the opcodes
Expand Down

0 comments on commit bc4c09e

Please sign in to comment.