This commit is contained in:
aozhiwei 2023-08-31 16:23:44 +08:00
parent 6e1d7ec688
commit d43fa77bd2

View File

@ -83,8 +83,8 @@ async function buyPlanet(session) {
} }
} }
const signature = await bc.soliditySha3Sign( const signature = await bc.soliditySha3Sign(
account,
currency, currency,
account,
...nftAddress, ...nftAddress,
...signArr ...signArr
); );