Skip to content

Commit 29784e7

Browse files
committed
ERC1155: everyone -> anyone
1 parent 4150cc7 commit 29784e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

erc1155/contracts/erc1155.vy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def isApprovedForAll(
229229

230230

231231
# NOTE: This is not part of the standard
232-
# TODO: Right now everyone can mint
232+
# TODO: Right now anyone can mint
233233
@public
234234
def mint(
235235
_to: address,
@@ -244,7 +244,7 @@ def mint(
244244

245245

246246
# NOTE: This is not part of the standard
247-
# TODO: Right now everyone can mint
247+
# TODO: Right now anyone can mint
248248
@public
249249
def mintBatch(
250250
_to: address,

0 commit comments

Comments
 (0)