fixed builds of other binaries

This commit is contained in:
Jędrzej Stuczyński
2023-12-18 19:08:39 +00:00
committed by Jon Häggblad
parent 67701290d3
commit 3f504d7500
8 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ impl MixNode {
})
}
async fn wait_for_interrupt(&self, shutdown: TaskManager) {
async fn wait_for_interrupt(&self, mut shutdown: TaskManager) {
let _res = shutdown.catch_interrupt().await;
log::info!("Stopping nym mixnode");
}