You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instance of Drop has a method that is called "get total minted" but contrary what the name suggest it doesn't return all total minted, it returns all total minted plus all email reservations.
Describe the bug
The instance of
Drop
has a method that is called "get total minted" but contrary what the name suggest it doesn't return all total minted, it returns all total minted plus all email reservations.Expected behavior
getTotalMinted
to return total minted.Additional context
poap.js/packages/drops/src/domain/Drop.ts
Lines 53 to 55 in 196df60
The text was updated successfully, but these errors were encountered: