Skip to content

Commit 1a05752

Browse files
committed
refactor(aggregator): remove MithrilStakeDistribution from example
1 parent 404e14b commit 1a05752

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
@@ -496,7 +496,7 @@ pub struct ServeCommandConfiguration {
496496
/// separated list).
497497
///
498498
/// The value `MithrilStakeDistribution` is prepended is automatically to the list.
499-
#[example = "`MithrilStakeDistribution,CardanoImmutableFilesFull,CardanoStakeDistribution,CardanoDatabase,CardanoTransactions`"]
499+
#[example = "`CardanoImmutableFilesFull,CardanoStakeDistribution,CardanoDatabase,CardanoTransactions`"]
500500
pub signed_entity_types: Option<String>,
501501

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

0 commit comments

Comments
 (0)