Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/node/run-your-node/paratime-client-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ A stateless client node avoids these problems by fetching the state and light bl
It can be started using the following configuration:

```yaml
mode: client-stateless
mode: client
# ... sections not relevant are omitted ...
consensus:
local_storage: false
# Light client configuration
light_client:
trust:
Expand Down
Loading