Skip to content

Commit a682340

Browse files
docs: remove mention of CBOR
1 parent 7c261a4 commit a682340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/behavior.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ When a `hydra-node` restarts, by default it will load its history from persisten
2727

2828
Clients can optionally decide to skip history outputs and receive only the `Greetings` and following ones. In order to do that they can use query param `history=no`.
2929

30-
For example if the client wants to connect to a local `hydra-node` and doesn't want to view the server history but also wants to have the transactions encoded as CBOR (base16) and prevent utxo display in `SnapshotConfirmed` messages, they would connect using default port `4001` and the full path `ws://localhost:4001/?history=no`.
30+
For example if the client wants to connect to a local `hydra-node` and doesn't want to view the server history and prevent utxo display in `SnapshotConfirmed` messages, they would connect using default port `4001` and the full path `ws://localhost:4001/?history=no`.

0 commit comments

Comments
 (0)