Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Merge pull request #838 from iotaledger/chore/gendoc
Browse files Browse the repository at this point in the history
chore(gendoc): update docs
  • Loading branch information
piotrm50 authored Mar 14, 2024
2 parents d72d70a + 8241de9 commit 4c2fdea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions config_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"path": "testnet/snapshot.bin",
"depth": 5
},
"commitmentCheck": true,
"filter": {
"maxAllowedClockDrift": "5s"
},
Expand Down
14 changes: 8 additions & 6 deletions documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,13 @@ Example:

## <a id="protocol"></a> 9. Protocol

| Name | Description | Type | Default value |
| -------------------------------- | ---------------------------------------- | ------ | ---------------------------------- |
| [snapshot](#protocol_snapshot) | Configuration for snapshot | object | |
| [filter](#protocol_filter) | Configuration for filter | object | |
| protocolParametersPath | The path of the protocol parameters file | string | "testnet/protocol_parameters.json" |
| [baseToken](#protocol_basetoken) | Configuration for baseToken | object | |
| Name | Description | Type | Default value |
| -------------------------------- | ---------------------------------------------------------------- | ------- | ---------------------------------- |
| [snapshot](#protocol_snapshot) | Configuration for snapshot | object | |
| commitmentCheck | Specifies whether commitment and ledger checks should be enabled | boolean | true |
| [filter](#protocol_filter) | Configuration for filter | object | |
| protocolParametersPath | The path of the protocol parameters file | string | "testnet/protocol_parameters.json" |
| [baseToken](#protocol_basetoken) | Configuration for baseToken | object | |

### <a id="protocol_snapshot"></a> Snapshot

Expand Down Expand Up @@ -374,6 +375,7 @@ Example:
"path": "testnet/snapshot.bin",
"depth": 5
},
"commitmentCheck": true,
"filter": {
"maxAllowedClockDrift": "5s"
},
Expand Down

0 comments on commit 4c2fdea

Please sign in to comment.