fixed builds of other binaries
This commit is contained in:
committed by
Jon Häggblad
parent
67701290d3
commit
3f504d7500
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user