Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from Delvir0/new_branch
Browse files Browse the repository at this point in the history
Removed second dup1 in MAIN macro
  • Loading branch information
devtooligan committed Aug 15, 2024
2 parents 0694423 + 7804128 commit a0ae69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleStore.huff
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Identify which function is being called.
0x00 calldataload 0xE0 shr
dup1 __FUNC_SIG(setValue) eq set jumpi
dup1 __FUNC_SIG(getValue) eq get jumpi
__FUNC_SIG(getValue) eq get jumpi

0x00 0x00 revert

Expand Down

0 comments on commit a0ae69b

Please sign in to comment.