Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic committed Jul 3, 2024
1 parent 02e5224 commit f64347d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@ export class TransactionAgent {
} = this.constructCircuitPathsFromWorkstepName(workstep.name);

txResult.witness = await this.circuitService.createWitness(
await this.prepareCircuitInputs(tx, workstep.circuitInputsTranslationSchema),
await this.prepareCircuitInputs(
tx,
workstep.circuitInputsTranslationSchema,
),
circuitPath,
circuitProvingKeyPath,
circuitVerificatioKeyPath,
Expand Down

0 comments on commit f64347d

Please sign in to comment.