From 7804128b9dee87349b77e85fd377fea7ebf40c3f Mon Sep 17 00:00:00 2001 From: Delvir0 Date: Thu, 15 Aug 2024 21:38:07 +0200 Subject: [PATCH] Removed second dup1 in MAIN macro --- src/SimpleStore.huff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SimpleStore.huff b/src/SimpleStore.huff index f202687..9cee7c4 100644 --- a/src/SimpleStore.huff +++ b/src/SimpleStore.huff @@ -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