Skip to content

Commit 6cac625

Browse files
committed
chore: update Cardano node to '10.2.1' in e2e test
1 parent 1aad8e8 commit 6cac625

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
@@ -64,7 +64,7 @@ pub struct Args {
6464
cardano_epoch_length: f64,
6565

6666
/// Cardano node version
67-
#[clap(long, default_value = "10.1.4")]
67+
#[clap(long, default_value = "10.2.1")]
6868
cardano_node_version: String,
6969

7070
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)

0 commit comments

Comments
 (0)