Skip to content

Commit

Permalink
fix: remove unused state variable in LSP8
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Dec 6, 2023
1 parent 0433a6b commit f30a58a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ abstract contract LSP8IdentifiableDigitalAssetCore is
// Mapping a `tokenId` to its authorized operator addresses.
mapping(bytes32 => EnumerableSet.AddressSet) internal _operators;

mapping(address => EnumerableSet.Bytes32Set) internal _tokenIdsForOperator;

// --- Token queries

/**
Expand Down

0 comments on commit f30a58a

Please sign in to comment.