Skip to content

Commit

Permalink
fix: add missing transferType to transfer request #334
Browse files Browse the repository at this point in the history
  • Loading branch information
klumbe authored Nov 6, 2024
1 parent e70a172 commit 4b0d194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transfer/streaming/streaming-01-http-to-http/transfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 4b0d194

Please sign in to comment.