Skip to content

Commit 017ca63

Browse files
author
Clément Turmel
committed
refactor(aggregator): remove MithrilStakeDistribution from example
1 parent b4a0d30 commit 017ca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-aggregator/src/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ pub struct ServeCommandConfiguration {
489489
/// separated list).
490490
///
491491
/// The value `MithrilStakeDistribution` is prepended is automatically to the list.
492-
#[example = "`MithrilStakeDistribution,CardanoImmutableFilesFull,CardanoStakeDistribution,CardanoDatabase,CardanoTransactions`"]
492+
#[example = "`CardanoImmutableFilesFull,CardanoStakeDistribution,CardanoDatabase,CardanoTransactions`"]
493493
pub signed_entity_types: Option<String>,
494494

495495
/// Compression algorithm used for the snapshot archive artifacts.

0 commit comments

Comments
 (0)