Skip to content

Commit

Permalink
Revert private options change
Browse files Browse the repository at this point in the history
Signed-off-by: Bhanu Pulluri <[email protected]>
  • Loading branch information
Bhanu Pulluri committed Nov 28, 2024
1 parent c2f3932 commit 770c20b
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions docs/private-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -922,48 +922,6 @@ privacy-url="http://127.0.0.1:8888"

The URL on which the [Tessera node](../../tutorials/privacy/index.md#3-create-tessera-configuration-files) is running.

### `snapsync-bft-enabled`

<Tabs>

<TabItem value="Syntax" label="Syntax" default>

```bash
--snapsync-bft-enabled[=<true|false>]
```

</TabItem>

<TabItem value="Example" label="Example">

```bash
--snapsync-bft-enabled=true
```

</TabItem>

<TabItem value="Environment variable" label="Environment variable">

```bash
BESU_SNAPSYNC_BFT_ENABLED=true
```

</TabItem>

<TabItem value="Configuration file" label="Configuration file">

```bash
snapsync-bft-enabled=true
```

</TabItem>

</Tabs>

Enables or disables snapsync in IBFT 2.0 and QBFT private networks. The default is `false`.

Use `--snapsync-bft-enabled` with `--sync-mode=SNAP` to enable snapsync in QBFT and IBFT 2.0 private networks.

<!-- Links -->

[accounts permissions configuration file]: ../../how-to/use-permissioning/local.md#permissions-configuration-file
Expand Down

0 comments on commit 770c20b

Please sign in to comment.