From 7821ab25f1d5834ccadf5fd9c2fe9a1e418ac138 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 17 Jul 2024 12:55:15 +0800 Subject: [PATCH] 1 --- server/web3sign/controllers/nftunlock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/web3sign/controllers/nftunlock.js b/server/web3sign/controllers/nftunlock.js index 02fd7b3..77d6232 100644 --- a/server/web3sign/controllers/nftunlock.js +++ b/server/web3sign/controllers/nftunlock.js @@ -79,7 +79,7 @@ async function nftUnlock(session) { const nftListArr = []; nftList.forEach((item) => { nftListArr.push(item[0].toString()); - nftListArr.push(toAddress); + nftListArr.push(item[1].toString()); nftListArr.push('0x00'); }); const signature = await bc.soliditySha3Sign(