Skip to content

Commit

Permalink
updating parse close vector with success field (#220)
Browse files Browse the repository at this point in the history
* updating parse close vector with success field

* update submodule to main after merge

* adding change made to test vector

---------

Co-authored-by: Jiyoon Koo <[email protected]>
  • Loading branch information
diehuxx and jiyoontbd authored Mar 29, 2024
1 parent 7edf704 commit 91edf55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protocol/tests/generate-test-vectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ const generateParseCloseVector = async () => {
const close = Close.create({
metadata : { from: pfiDid.uri, to: aliceDid.uri, exchangeId: Message.generateId('rfq'), protocol: '1.0' },
data : {
reason: 'The reason for closing the exchange'
reason : 'The reason for closing the exchange',
success : true
}
})

Expand Down

0 comments on commit 91edf55

Please sign in to comment.