MinaFoundation / mina-fungible-token

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

Reduce some code duplication. #84

Closed kantp closed 3 months ago

kantp commented 3 months ago

This is removing some duplicated code, as suggested by the auditors.

The method updateCirculating is removed. Instead, getCirculating takes a boolean argument and updates the contract state if set to true.