From f4bd24e7948f43aab22bb833df8d6662ccaace77 Mon Sep 17 00:00:00 2001 From: Mateus Santana <42101423+1Mateus@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:02:33 -0300 Subject: [PATCH] Update receive.ts --- front/stores/receive.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/stores/receive.ts b/front/stores/receive.ts index 0c78d10d..1da8b5b1 100644 --- a/front/stores/receive.ts +++ b/front/stores/receive.ts @@ -326,8 +326,6 @@ export const useReceiveStore = defineStore({ } }) - console.log('inputs', inputs) - const snarkjs = await import('snarkjs') if (!snarkjs.groth16) { @@ -343,6 +341,8 @@ export const useReceiveStore = defineStore({ '/transaction_0001.zkey' ) + console.log('prove', proof, publicSignals) + const publicArgs = getPublicArgs(proof, publicSignals) const transaction = await getOpactTransaction({