Skip to content

Commit 6c4d0ee

Browse files
Update packages/token/src/erc6909/erc6909.cairo
Co-authored-by: Eric Nordelo <eric.nordelo39@gmail.com>
1 parent 8b15144 commit 6c4d0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/token/src/erc6909/erc6909.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pub mod ERC6909Component {
211211
/// - `receiver` is not the zero address.
212212
///
213213
/// Emits a `Transfer` event with `from` set to the zero address.
214-
fn _mint(
214+
fn mint(
215215
ref self: ComponentState<TContractState>,
216216
receiver: ContractAddress,
217217
id: u256,

0 commit comments

Comments
 (0)