Skip to content

Commit

Permalink
feat: Revise the authorization count verification logic to compare th…
Browse files Browse the repository at this point in the history
…e total number of listings with the authorization count on a per-collection basis.
  • Loading branch information
Jecket1 committed Jul 31, 2024
1 parent 648600b commit 77ee219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contract/Forest/ForestContract_Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ private long GetEffectiveListedNFTTotalAmount(Address address, string symbol)
}
}

1
return totalAmount;
}

Expand Down

0 comments on commit 77ee219

Please sign in to comment.