Skip to content

Commit 487b975

Browse files
committed
chore: delay to Feta
1 parent 5d81589 commit 487b975

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/ecash-signer-check/src/client_check.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ pub(crate) mod chain_status {
1919
// Dorina
2020
pub(crate) const MINIMUM_VERSION_LEGACY: semver::Version = semver::Version::new(1, 1, 51);
2121

22-
// Emmental
23-
pub(crate) const MINIMUM_VERSION: semver::Version = semver::Version::new(1, 1, 62);
22+
// Feta
23+
pub(crate) const MINIMUM_VERSION: semver::Version = semver::Version::new(1, 1, 63);
2424
}
2525

2626
pub(crate) mod signing_status {
2727
// Magura (possibly earlier)
2828
pub(crate) const MINIMUM_LEGACY_VERSION: semver::Version = semver::Version::new(1, 1, 46);
2929

30-
// Emmental
31-
pub(crate) const MINIMUM_VERSION: semver::Version = semver::Version::new(1, 1, 62);
30+
// Feta
31+
pub(crate) const MINIMUM_VERSION: semver::Version = semver::Version::new(1, 1, 63);
3232
}
3333

3434
struct ClientUnderTest {

0 commit comments

Comments
 (0)