mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
bin/taud: Runs the executor when start
This commit is contained in:
@@ -263,5 +263,5 @@ async fn main() -> Result<()> {
|
||||
let config: TauConfig = Config::<TauConfig>::load(config_path)?;
|
||||
|
||||
let ex = Arc::new(Executor::new());
|
||||
smol::block_on(start(config, ex))
|
||||
smol::block_on(ex.run(start(config, ex.clone())))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user