Skip to content

Commit 23b96f8

Browse files
committed
example/erc20: remove unused label .start
1 parent 205f3cf commit 23b96f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/erc20/erc20.eas

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
jumpi ; [selector]
1818
}
1919

20-
.start:
20+
;;; Program start.
21+
2122
;; Read the calldata into memory.
2223
calldatasize ; [calldatasize]
2324
push 0 ; [0, calldatasize]

0 commit comments

Comments
 (0)