MinaFoundation / mina-fungible-token

https://minafoundation.github.io/mina-fungible-token/
Apache License 2.0
5 stars 1 forks source link

Reduce code duplication between `getCirculating()` and `updateCirculating()` #73

Closed kantp closed 2 days ago

kantp commented 3 days ago

These functions share a large amount of functionality. While most of it is abstracted into computeCirculating(), they still share non-trivial amounts of logic.