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

Commit 7804128

Browse files
committed
Removed second dup1 in MAIN macro
1 parent 0694423 commit 7804128

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)