Skip to content

无法初始化代币 #280

Answered by qiwihui
9olidity asked this question in Q&A
Feb 8, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

ECOIN_INFO_ADDRESS_MISMATCH 的解释是 Address of account which is used to initialize a coin CoinType doesn't match the deployer of module,就是用来初始化代币的地址不是部署模块的地址,所以应该是把 deployer = @0x1 改成 deployer = @topaz_v2 就测试通过了

    #[test(aptos_framework = @aptos_framework, deployer = @topaz_v2, fee_account = @0x2, owner0 = @0x3, owner1 = @0x4)]
    public fun test_e2e(

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@9olidity
Comment options

@qiwihui
Comment options

Comment options

You must be logged in to vote
1 reply
@9olidity
Comment options

Answer selected by 9olidity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants