Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel authored Apr 5, 2024
1 parent a8577b1 commit 76aefdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/src/erc721/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ sol! {
error ERC721InvalidApprover(address approver);

/// Indicates a failure with the `operator` to be approved. Used in approvals.
/// * `operator` - Incorrect address of the operator.
///
/// * `operator` - Address that may be allowed to operate on tokens without being their owner.
#[derive(Debug)]
error ERC721InvalidOperator(address operator);
}
Expand Down

0 comments on commit 76aefdb

Please sign in to comment.