From 1dcafcff6cd51b1d3f0ec4a7ce882ad727a2267b Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Tue, 25 Jun 2024 09:19:41 +0100 Subject: [PATCH] wip: debug agreemenet id --- ComputeExamples.md | 2 +- test/integration/ComputeExamples.test.ts | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ComputeExamples.md b/ComputeExamples.md index 487ffffd..250c169d 100644 --- a/ComputeExamples.md +++ b/ComputeExamples.md @@ -672,7 +672,7 @@ You can also add various delays so you see the various states of the compute job providerUrl, await consumerAccount.getAddress(), computeJobId, - DATASET_DDO.id + agreementId ) ```