We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce08cf4 commit 3696f6bCopy full SHA for 3696f6b
test-utils/src/binaries/run-committee.rs
@@ -49,8 +49,6 @@ async fn main() -> Result<()> {
49
let mut cmd = Command::new(args.timeboost.as_os_str());
50
cmd.arg("--committee-id")
51
.arg(args.committee.to_string())
52
- .arg("--https-only")
53
- .arg("false")
54
.arg("--config")
55
.arg(entry.path())
56
.arg("--ignore-stamp");
0 commit comments