How to register CoinStore on TestNet/Mainnet #449
Answered
by
kshitjee
0xblockbard
asked this question in
Questions
-
Hello, I faced this error "Account hasn't registered For unit testing we are able to do this "coin::register(signer)", is there a way to register CoinStores on testnet/mainnet as well? |
Beta Was this translation helpful? Give feedback.
Answered by
kshitjee
Sep 23, 2024
Replies: 1 comment 3 replies
-
Hey you can call into |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kshitjee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey you can call into
aptos_account::deposit_coins
to register without the signer.