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
Example stopped to work after moving to the admin contract (commit 0975d5a)
asimaranov
changed the title
TypeError: Cannot destructure property 'publicKey' of 'account' as it is null.
Error running example after admin contract adding: TypeError: Cannot destructure property 'publicKey' of 'account' as it is null.
May 8, 2024
@kantp Example works pretty well on commit 895ec08 but on 0975d5a it fails with this error. For some reason o1js tries to fetch empty public key since admin contract addition and fails here
When I try to run
npm run task examples/concurrent-transfer.eg.ts
I got the following trace:The text was updated successfully, but these errors were encountered: