Skip to content

Commit

Permalink
Fix local exchangeId in exchange example.
Browse files Browse the repository at this point in the history
As this example is a single exchange, the exchange id should be the same in both participate calls.
See issue #425 for discussion.
  • Loading branch information
jrhender committed Oct 9, 2024
1 parent 26ee3f6 commit c81c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ <h4>Exchange Examples</h4>
autonumber
Note right of H: Start exchange
W->>I: Initiate
Note right of W: POST /workflows/123/exchanges/123 &mdash; HTTP request to start exchange (e.g., send credentials, get credentials)
Note right of W: POST /workflows/123/exchanges/abc &mdash; HTTP request to start exchange (e.g., send credentials, get credentials)
I->>W: Verifiable Presentation Request (VPR)
Note left of I: VPR includes method of interaction, for purposes of exchange
W->>I: Verifiable Presentation (VP)
Expand Down

0 comments on commit c81c87b

Please sign in to comment.