Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Emitted Data for aptos-token-objects::collection::Mutation V2 Event #15375

Merged
merged 1 commit into from
Nov 23, 2024

Commits on Nov 22, 2024

  1. Fix Emitted Data for aptos-token-objects::collection::Mutation V2 E…

    …vent
    
    In `aptos-token-objects::collection`, the `set_description` and `set_uri` functions replace the data with the new value before emitting the event. This causes the Mutation V2 event to incorrectly emit the new value as the old value.
    
    This update fixes the code to ensure the correct data is emitted.
    junkil-park committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    51e573e View commit details
    Browse the repository at this point in the history