File tree 1 file changed +0
-31
lines changed
examples/bri-3/src/bri/transactions/agents
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -344,34 +344,3 @@ export class TransactionAgent {
344
344
return hashFn ( `${ merkelizedInvoiceRoot } ${ witnessHash } ` ) . toString ( 'hex' ) ;
345
345
}
346
346
}
347
- // TODO: Example input preparation for other workstep circuits from the example use-case, to be used
348
- // to properly setup dynamic mappings and to delete afterwards
349
- // private async workstep2(inputs: {
350
- // tx: Transaction;
351
- // merkelizedPayload: MerkleTree;
352
- // }): Promise<object> {
353
- // //1. Eddsa signature
354
-
355
- // const payload = JSON.parse(inputs.tx.payload);
356
-
357
- // const preparedInputs = {
358
- // invoiceStatus: payload.status,
359
- // };
360
-
361
- // return preparedInputs;
362
- // }
363
-
364
- // private async workstep3(inputs: {
365
- // tx: Transaction;
366
- // merkelizedPayload: MerkleTree;
367
- // }): Promise<object> {
368
- // //1. Eddsa signature
369
-
370
- // const payload = JSON.parse(inputs.tx.payload);
371
-
372
- // const preparedInputs = {
373
- // invoiceStatus: payload.status,
374
- // };
375
-
376
- // return preparedInputs;
377
- // }
You can’t perform that action at this time.
0 commit comments