This commit is contained in:
aozhiwei 2024-07-17 12:55:15 +08:00
parent 575cb0e271
commit 7821ab25f1

View File

@ -79,7 +79,7 @@ async function nftUnlock(session) {
const nftListArr = []; const nftListArr = [];
nftList.forEach((item) => { nftList.forEach((item) => {
nftListArr.push(item[0].toString()); nftListArr.push(item[0].toString());
nftListArr.push(toAddress); nftListArr.push(item[1].toString());
nftListArr.push('0x00'); nftListArr.push('0x00');
}); });
const signature = await bc.soliditySha3Sign( const signature = await bc.soliditySha3Sign(