Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed May 23, 2024
1 parent 259f3f9 commit a0e498c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] }
mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2" }

[features]
default = []
default = ["allow_skip_signer_certification"]

# Full feature set
full = ["random", "fs", "test_tools"]
Expand Down
2 changes: 1 addition & 1 deletion mithril-common/src/entities/signed_entity_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl SignedEntityType {
match self {
Self::MithrilStakeDistribution(_) | Self::CardanoImmutableFilesFull(_) => None,
Self::CardanoStakeDistribution(_) => Some(Duration::from_secs(600)),
Self::CardanoTransactions(_) => Some(Duration::from_secs(1800)),
Self::CardanoTransactions(_) => Some(Duration::from_secs(7200)),
}
}

Expand Down

0 comments on commit a0e498c

Please sign in to comment.