Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-signer"
version = "0.2.196"
version = "0.2.197"
description = "A Mithril Signer"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
3 changes: 1 addition & 2 deletions mithril-signer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ pub struct Args {
allow_unparsable_block: bool,

/// Preloading refresh interval in seconds
// TODO: Replace the default value to 43200 (12 hours) once the Cardano transactions is activated on mainnet
#[clap(
long,
env = "PRELOADING_REFRESH_INTERVAL_IN_SECONDS",
default_value_t = 7200
default_value_t = 43200
)]
preloading_refresh_interval_in_seconds: u64,
}
Expand Down
Loading