Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Jul 19, 2024
1 parent e7daf7e commit 0d7d509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/token/erc721/extensions/consecutive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ impl Erc721Consecutive {
// If token is owned by the core, or beyond consecutive range, return
// base value
if owner != Address::ZERO
|| token_id > U256::from(U96::MAX)
|| token_id > U256::from(U96::MAX)
|| token_id < U256::from(FIRST_CONSECUTIVE_ID)
{
Expand Down

0 comments on commit 0d7d509

Please sign in to comment.