Skip to content

Commit e412e94

Browse files
Revert "docs: adding documentation for exchange-capabilities-enabled option (#450)" (#472)
This reverts commit c1d3c9b.
1 parent 6ac07d3 commit e412e94

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

docs/reference/cli/index.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -671,37 +671,6 @@ Normally, at sync, Teku requests all deposit logs from the execution layer up to
671671
If a malicious peer changes the bundled tree, Teku throws `InvalidDepositEventsException` on the next deposit received from the execution layer. The malicious peer can't follow up the chain, and so can't propose with an incorrect deposit tree snapshot.
672672
:::
673673

674-
### exchange-capabilities-enabled
675-
676-
<!--tabs-->
677-
678-
# Syntax
679-
680-
```bash
681-
--exchange-capabilities-enabled[=<BOOLEAN>]
682-
```
683-
684-
# Example
685-
686-
```bash
687-
--exchange-capabilities-enabled=true
688-
```
689-
690-
# Environment variable
691-
692-
```bash
693-
TEKU_EXCHANGE_CAPABILITIES_ENABLED=true
694-
```
695-
696-
# Configuration file
697-
698-
```bash
699-
exchange-capabilities-enabled: true
700-
```
701-
702-
<!--/tabs-->
703-
704-
Enables or disables Engine API method negotiation. Using this option simplifies the process of upgrading nodes, allowing the beacon node to know what Engine API methods the [execution client](../../concepts/merge.md#execution-clients) supports. The default is `true`.
705674

706675
### genesis-state
707676

0 commit comments

Comments
 (0)