From 77ee21929aaaa40996f41f40f82e62acadb7ba43 Mon Sep 17 00:00:00 2001 From: theodore Date: Wed, 31 Jul 2024 18:34:11 +0800 Subject: [PATCH] feat: Revise the authorization count verification logic to compare the total number of listings with the authorization count on a per-collection basis. --- contract/Forest/ForestContract_Helpers.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/contract/Forest/ForestContract_Helpers.cs b/contract/Forest/ForestContract_Helpers.cs index 2274ad8..8c3843d 100644 --- a/contract/Forest/ForestContract_Helpers.cs +++ b/contract/Forest/ForestContract_Helpers.cs @@ -314,7 +314,6 @@ private long GetEffectiveListedNFTTotalAmount(Address address, string symbol) } } - 1 return totalAmount; }