Skip to content

Commit 3c0d11f

Browse files
committed
Deactivate feature 'allow_skip_signer_certification'
In 'mithril-common' and 'mithril-end-to-end'.
1 parent e6c1527 commit 3c0d11f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mithril-stm = { path = "../mithril-stm", default-features = false, features = ["
5454
slog-scope = "4.4.0"
5555

5656
[features]
57-
default = ["allow_skip_signer_certification"]
57+
default = []
5858
portable = ["mithril-stm/portable"]
5959
test_only = []
6060
allow_skip_signer_certification = []

mithril-test-lab/mithril-end-to-end/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ tokio = { version = "1.17.0", features = ["full"] }
2727
tokio-util = { version = "0.7.1", features = ["codec"] }
2828

2929
[features]
30-
default = ["allow_skip_signer_certification"]
30+
default = []
3131
portable = ["mithril-common/portable"]
3232
allow_skip_signer_certification = []

0 commit comments

Comments
 (0)