Skip to content

Commit 59f3dc6

Browse files
committed
wip
1 parent 057cf43 commit 59f3dc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-test-lab/mithril-end-to-end/src/mithril/aggregator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl Aggregator {
133133
let dmq_node_socket_path = aggregator_config
134134
.work_dir
135135
.join(format!("dmq-aggregator-{}.socket", aggregator_config.index));
136-
if true {
136+
if false {
137137
env.insert(
138138
"DMQ_NODE_SOCKET_PATH",
139139
dmq_node_socket_path.to_str().unwrap(),

mithril-test-lab/mithril-end-to-end/src/mithril/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl Signer {
100100
let dmq_node_socket_path = signer_config
101101
.work_dir
102102
.join(format!("dmq-signer-{}.socket", signer_config.signer_number));
103-
if true {
103+
if false {
104104
env.insert(
105105
"DMQ_NODE_SOCKET_PATH",
106106
dmq_node_socket_path.to_str().unwrap(),

0 commit comments

Comments
 (0)