mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
re-enable coin
This commit is contained in:
committed by
Aiden McClelland
parent
ecd4687bde
commit
123bdfd658
@@ -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_server = {
|
||||
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(),
|
||||
);
|
||||
|
||||
// embassy::sound::MARIO_COIN.play().await?;
|
||||
embassy::sound::MARIO_COIN.play().await?;
|
||||
|
||||
futures::try_join!(
|
||||
server.map_err(|e| Error::new(e, ErrorKind::Network)),
|
||||
|
||||
Reference in New Issue
Block a user