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
Currently, sending two mint transactions will lead to approval of the first one but not the second one, because the mint method takes circulating as a precondition.
maybe we should consider creating a separate batchMint method using Actions and Reducers pattern
Currently, sending two mint transactions will lead to approval of the first one but not the second one, because the mint method takes circulating as a precondition.
maybe we should consider creating a separate batchMint method using Actions and Reducers pattern
https://docs.minaprotocol.com/zkapps/o1js/actions-and-reducer
The text was updated successfully, but these errors were encountered: