Skip to content

Commit

Permalink
feat: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wartstone committed Mar 8, 2024
1 parent e386b67 commit 2351ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7580.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ interface IERCXXX {
/// @dev Emits when track ends.
/// @param owner The owner address of the newly minted combo
/// @param comboId The newly minted combo identifier
event onTrackStartRecorded(uint256 track_id, address contract_address, bytes32 function_hash);
event onTrackEndRecorded(uint256 track_id, address contract_address, bytes32 function_hash);
// Functions
Expand Down

0 comments on commit 2351ba9

Please sign in to comment.