aptos-core
aptos-core copied to clipboard
I created the address using python sdk, but I get an error when transferring
I generate a new address and try to transfer to it by python sdk on devnet or testnet
but failed.
Then I build a transaction and submit successfully, but it returns "Move abort in 0x1:🪙 ECOIN_STORE_NOT_PUBLISHED(0x60005): Account hasn't registered CoinStore for CoinType"
How do I deal with this problem?
not bug
Hi @lyyzj , how you handle this?
an account must be created first, in the case of non Aptos coins, the coin store must be registered. You can also use 0x1::aptos_account::transfer to create and transfer in a single call.