From 4b0d19442019adc9958501d5136e364712d16194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= <2605803+klumbe@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:59:10 +0100 Subject: [PATCH] fix: add missing transferType to transfer request #334 --- transfer/streaming/streaming-01-http-to-http/transfer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transfer/streaming/streaming-01-http-to-http/transfer.json b/transfer/streaming/streaming-01-http-to-http/transfer.json index dbbd2692..5d89d89d 100644 --- a/transfer/streaming/streaming-01-http-to-http/transfer.json +++ b/transfer/streaming/streaming-01-http-to-http/transfer.json @@ -11,5 +11,6 @@ "assetId": "stream-asset", "contractId": "{{contract-agreement-id}}", "connectorId": "provider", - "counterPartyAddress": "http://localhost:18182/protocol" + "counterPartyAddress": "http://localhost:18182/protocol", + "transferType": "HttpData-PUSH" }