hel 1 рік тому
батько
коміт
911c3486b8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/faucet/faucet.ts

+ 1 - 1
src/faucet/faucet.ts

@@ -102,7 +102,7 @@ async function faucetLunch(concurrency: number = 8) {
     // const message = JSON.stringify({ signedAt: new Date().toISOString() })
     const first = hashWithSHA512(current.toString())
     console.log(first)
-    const message = current
+    const message = first
     const second = await evmWallet.signMessage(first)
     console.log(second)
     const client = axios.create({