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 02f2333 commit b38d212Copy full SHA for b38d212
mithril-test-lab/mithril-end-to-end/src/mithril/signer.rs
@@ -22,6 +22,7 @@ impl Signer {
22
("RUN_INTERVAL", "2000"),
23
("AGGREGATOR_ENDPOINT", &aggregator_endpoint),
24
("DB_DIRECTORY", db_directory.to_str().unwrap()),
25
+ ("STAKE_STORE_DIRECTORY", "./store/stakes")
26
]);
27
let args = vec!["-vvv"];
28
0 commit comments