Skip to content

Commit

Permalink
Update EIP-2935: replace MOD with AND
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
chfast authored Apr 23, 2024
1 parent 4057100 commit f942eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-2935.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ push1 0x29
jumpi
// mod 8192 and sload
push2 0x2000
push2 0x1FFF
push0
calldataload
mod
and
sload
// load into mem and return 32 bytes
Expand Down

0 comments on commit f942eba

Please sign in to comment.