File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
common/ecash-signer-check/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ pub(crate) mod chain_status {
19
19
// Dorina
20
20
pub ( crate ) const MINIMUM_VERSION_LEGACY : semver:: Version = semver:: Version :: new ( 1 , 1 , 51 ) ;
21
21
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 ) ;
24
24
}
25
25
26
26
pub ( crate ) mod signing_status {
27
27
// Magura (possibly earlier)
28
28
pub ( crate ) const MINIMUM_LEGACY_VERSION : semver:: Version = semver:: Version :: new ( 1 , 1 , 46 ) ;
29
29
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 ) ;
32
32
}
33
33
34
34
struct ClientUnderTest {
You can’t perform that action at this time.
0 commit comments