Skip to content

Commit

Permalink
Merge branch 'feature/initnftlistamount' of forest.github.com:eforest…
Browse files Browse the repository at this point in the history
…-finance/forest-contract into feature/initnftlistamount
  • Loading branch information
Jecket1 committed Aug 1, 2024
2 parents ee94475 + be4abc1 commit c9ffa8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contract/Forest/ForestContract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ public override Empty SetMaxBatchCancelListCount(Int32Value input)

public override Empty SetCollectionListTotalCount(SetCollectionListTotalCountInput input)
{
AssertSenderIsAdmin();
Assert(input != null && input.Address != null && !string.IsNullOrEmpty(input.Symbol) && input.Count >=0, "Invalid input.");

State.ListedNFTTotalAmountMap[input.Symbol][input.Address] = input.Count.ToString();
Expand Down

0 comments on commit c9ffa8d

Please sign in to comment.