mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
re-enable coin
This commit is contained in:
@@ -117,8 +117,6 @@ async fn inner_main(cfg_path: Option<&str>) -> Result<Option<Shutdown>, Error> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// let tor_health_check_task =
|
|
||||||
// embassy::daemon::tor_health_check::tor_health_check_daemon(&rpc_ctx.net_controller.tor);
|
|
||||||
let ws_ctx = rpc_ctx.clone();
|
let ws_ctx = rpc_ctx.clone();
|
||||||
let ws_server = {
|
let ws_server = {
|
||||||
let builder = Server::bind(&ws_ctx.bind_ws);
|
let builder = Server::bind(&ws_ctx.bind_ws);
|
||||||
@@ -200,7 +198,7 @@ async fn inner_main(cfg_path: Option<&str>) -> Result<Option<Shutdown>, Error> {
|
|||||||
rpc_ctx.shutdown.subscribe(),
|
rpc_ctx.shutdown.subscribe(),
|
||||||
);
|
);
|
||||||
|
|
||||||
// embassy::sound::MARIO_COIN.play().await?;
|
embassy::sound::MARIO_COIN.play().await?;
|
||||||
|
|
||||||
futures::try_join!(
|
futures::try_join!(
|
||||||
server.map_err(|e| Error::new(e, ErrorKind::Network)),
|
server.map_err(|e| Error::new(e, ErrorKind::Network)),
|
||||||
|
|||||||
Reference in New Issue
Block a user