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

Commit a0ae69b

Browse files
authored
Merge pull request #21 from Delvir0/new_branch
Removed second dup1 in MAIN macro
2 parents 0694423 + 7804128 commit a0ae69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/SimpleStore.huff

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Identify which function is being called.
3232
0x00 calldataload 0xE0 shr
3333
dup1 __FUNC_SIG(setValue) eq set jumpi
34-
dup1 __FUNC_SIG(getValue) eq get jumpi
34+
__FUNC_SIG(getValue) eq get jumpi
3535

3636
0x00 0x00 revert
3737

0 commit comments

Comments
 (0)