Skip to content

Commit

Permalink
Update receive.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Jan 23, 2024
1 parent ad721f9 commit f4bd24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/stores/receive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ export const useReceiveStore = defineStore({
}
})

console.log('inputs', inputs)

const snarkjs = await import('snarkjs')

if (!snarkjs.groth16) {
Expand All @@ -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({
Expand Down

0 comments on commit f4bd24e

Please sign in to comment.