Skip to content

Commit 1e16a2b

Browse files
committed
Remove resolved TODO
1 parent a292984 commit 1e16a2b

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

examples/bri-3/src/bri/transactions/agents/transactions.agent.ts

-31
Original file line numberDiff line numberDiff line change
@@ -344,34 +344,3 @@ export class TransactionAgent {
344344
return hashFn(`${merkelizedInvoiceRoot}${witnessHash}`).toString('hex');
345345
}
346346
}
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-
// }

0 commit comments

Comments
 (0)