You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Update destroy and lock events of NFT module to pass the noRevert argument set to true on error methods.
The noRevert argument is used to prevent reverting specific events even when command execution fails, useful to emit error events that describe the error that caused the execution failure. Without this argument the error events emitted when a transaction is about to fail will never be seen by the user.
Acceptance Criteria
Update as specified
Additional Information
release/6.1.0
The text was updated successfully, but these errors were encountered:
Description
noRevert
argument set to true on error methods.noRevert
argument is used to prevent reverting specific events even when command execution fails, useful to emit error events that describe the error that caused the execution failure. Without this argument the error events emitted when a transaction is about to fail will never be seen by the user.Acceptance Criteria
Update as specified
Additional Information
release/6.1.0
The text was updated successfully, but these errors were encountered: