We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dac56 commit 786334dCopy full SHA for 786334d
mithril-test-lab/mithril-end-to-end/src/main.rs
@@ -63,7 +63,7 @@ pub struct Args {
63
mithril_era: String,
64
65
/// Signed entity types parameters (discriminants names in an ordered comma separated list).
66
- #[clap(long, value_delimiter = ',', default_value = "")]
+ #[clap(long, value_delimiter = ',', default_value = "CardanoTransactions")]
67
signed_entity_types: Vec<String>,
68
69
/// Enable run only mode
0 commit comments