Skip to content

Commit 039003e

Browse files
committed
DO NOT MERGE
1 parent ad30161 commit 039003e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] }
105105
mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2" }
106106

107107
[features]
108-
default = []
108+
default = ["allow_skip_signer_certification"]
109109

110110
# Full feature set
111111
full = ["random", "fs", "test_tools"]

mithril-common/src/entities/signed_entity_type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ impl SignedEntityType {
9292
match self {
9393
Self::MithrilStakeDistribution(_) | Self::CardanoImmutableFilesFull(_) => None,
9494
Self::CardanoStakeDistribution(_) => Some(Duration::from_secs(600)),
95-
Self::CardanoTransactions(_) => Some(Duration::from_secs(1800)),
95+
Self::CardanoTransactions(_) => Some(Duration::from_secs(7200)),
9696
}
9797
}
9898

0 commit comments

Comments
 (0)