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 057cf43 commit 59f3dc6Copy full SHA for 59f3dc6
mithril-test-lab/mithril-end-to-end/src/mithril/aggregator.rs
@@ -133,7 +133,7 @@ impl Aggregator {
133
let dmq_node_socket_path = aggregator_config
134
.work_dir
135
.join(format!("dmq-aggregator-{}.socket", aggregator_config.index));
136
- if true {
+ if false {
137
env.insert(
138
"DMQ_NODE_SOCKET_PATH",
139
dmq_node_socket_path.to_str().unwrap(),
mithril-test-lab/mithril-end-to-end/src/mithril/signer.rs
@@ -100,7 +100,7 @@ impl Signer {
100
let dmq_node_socket_path = signer_config
101
102
.join(format!("dmq-signer-{}.socket", signer_config.signer_number));
103
104
105
106
0 commit comments