Skip to content

Commit 7d4236d

Browse files
committed
fix(docs): default backend for cardano-db verify is v2
1 parent 21632a5 commit 7d4236d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/website/root/manual/develop/nodes/mithril-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Here is a list of the available parameters:
578578

579579
| Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |
580580
| -------------------------- | ---------------------------- | :------------------: | -------------------------- | ------------------------------------------------------------------------------- | ------------- | ------- | :----------------: |
581-
| `backend` | `--backend` | `-b` | - | - | `v1` | - | - |
581+
| `backend` | `--backend` | `-b` | - | - | `v2` | - | - |
582582
| `json` | `--json` | - | - | Enable JSON output for command results | `false` | - | - |
583583
| `digest` | - | - | - | Digest of the Cardano db snapshot to verify or `latest` for the latest artifact | - | - | :heavy_check_mark: |
584584
| `db_dir` | `--db-dir` | - | - | Directory from where the immutable will be verified | - | - | - |

0 commit comments

Comments
 (0)