fix insecure proxy setup being called twice

This commit is contained in:
Maple 2026-01-31 17:38:42 +01:00
commit 7ea43b101d

View file

@ -21,8 +21,6 @@ use tokio::task;
use tokio::time::sleep;
pub async fn start() {
setup();
let conn = tokio::net::TcpStream::connect(&*EDGE_NODE_HOLDER)
.await
.unwrap();