1
This commit is contained in:
parent
575cb0e271
commit
7821ab25f1
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user