Skip to content

Commit 786334d

Browse files
committed
chore: activate 'CardanoTransactions' by default in end to end test
1 parent c2dac56 commit 786334d

File tree

1 file changed

+1
-1
lines changed
  • mithril-test-lab/mithril-end-to-end/src

1 file changed

+1
-1
lines changed

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub struct Args {
6363
mithril_era: String,
6464

6565
/// Signed entity types parameters (discriminants names in an ordered comma separated list).
66-
#[clap(long, value_delimiter = ',', default_value = "")]
66+
#[clap(long, value_delimiter = ',', default_value = "CardanoTransactions")]
6767
signed_entity_types: Vec<String>,
6868

6969
/// Enable run only mode

0 commit comments

Comments
 (0)