This commit is contained in:
aozhiwei 2024-06-05 14:38:20 +08:00
parent 8380f6c78b
commit 6f4752ea79

View File

@ -91,7 +91,7 @@ async function activate721Nft(session) {
];
let nftListStr = '';
nftList.forEach((item) => {
nftListStr += item['tokenId'].toString() + '1';
nftListStr += item['tokenId'].toString() + '0x01';
});
const signature = await bc.soliditySha3Sign(
account,