fix::minter nft 参数错误
This commit is contained in:
parent
487a0552b5
commit
e7e8c994fd
@ -226,13 +226,13 @@ function mintNFT(funId, address, tokenIds, startTime, saltNonce, signature) {
|
||||
tokenIds = JSON.parse(tokenIds);
|
||||
promiseCb(
|
||||
funId,
|
||||
jc.wallet.jcStandard.mintNFT(
|
||||
jc.wallet.jcStandard.mintNFT({
|
||||
address,
|
||||
tokenIds,
|
||||
startTime,
|
||||
saltNonce,
|
||||
signature
|
||||
)
|
||||
signature,
|
||||
})
|
||||
);
|
||||
}
|
||||
// ======= end of interact with contract =======
|
||||
|
Loading…
x
Reference in New Issue
Block a user