Skip to content

Commit ae1c268

Browse files
heeckhausinui0
authored andcommitted
docs: corrected example output in examples README
1 parent eb281ca commit ae1c268

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/examples/attestation/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUST_LOG=debug,yamux=info,uid_mux=info SERVER_PORT=4000 cargo run --release --ex
3333
If notarization is successful, you should see the following output in the console:
3434
```log
3535
Starting an MPC TLS connection with the server
36-
Got a response from the server
36+
Got a response from the server: 200 OK
37+
Notarization complete!
3738
Notarization completed successfully!
3839
The attestation has been written to `example-json.attestation.tlsn` and the corresponding secrets to `example-json.secrets.tlsn`.
3940
```
@@ -74,7 +75,7 @@ Verifying presentation with {key algorithm} key: { hex encoded key }
7475
**Ask yourself, do you trust this key?**
7576
7677
-------------------------------------------------------------------
77-
Successfully verified that the data below came from a session with test-server.io at 2024-10-03 03:01:40 UTC.
78+
Successfully verified that the data below came from a session with test-server.io at { time }.
7879
Note that the data which the Prover chose not to disclose are shown as X.
7980
8081
Data sent:

0 commit comments

Comments
 (0)