Skip to content

Commit

Permalink
Merge pull request #464 from swcurran/master
Browse files Browse the repository at this point in the history
Correct format of the timestamp in the JSON
  • Loading branch information
ianco authored Apr 17, 2020
2 parents c1f453e + cc219b0 commit 0961603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/AriesOpenAPIDemo.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Finally, we need put into the JSON the data values for the credential proposal s
},
{
"name": "timestamp",
"value": 123456789
"value": "123456789"
},
{
"name": "date",
Expand Down

0 comments on commit 0961603

Please sign in to comment.