This commit is contained in:
aozhiwei 2023-07-10 17:50:00 +08:00
parent d5ced23381
commit 2ee789e67c

View File

@ -31,7 +31,7 @@ async function activate721Nft(session) {
} }
const nftAddress = bc.getNftAddress(tokenType); const nftAddress = bc.getNftAddress(tokenType);
const userAddress = metaFactory.getUserAddress(); const userAddress = bc.getUserAddress();
{ {
const itemMeta = metaFactory.getMetaByKey('Item', itemId); const itemMeta = metaFactory.getMetaByKey('Item', itemId);