Closed 1220moritz closed 3 months ago
Fix the issue where collections with zero fees are not handled correctly, causing unnecessary errors.
Filter out zero-value fees and add a conditional check to process fees only when they are greater than zero.
Related issue: #1531
Motivation
Fix the issue where collections with zero fees are not handled correctly, causing unnecessary errors.
Solution
Filter out zero-value fees and add a conditional check to process fees only when they are greater than zero.
Related issue: #1531