MinaFoundation / mina-fungible-token

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

Fix concurrent transfer #60

Closed mitschabaude closed 3 weeks ago

mitschabaude commented 3 weeks ago

minimal fix for concurrent transfer test

a cleaner fix would be to properly fetch the state when getting FungibleToken.admin and FungibleTokenAdmin.adminPublicKey, and not rely on o1js' flawed lazy fetch mechanism