V0 #2

Closed
RusticMaple wants to merge 58 commits from v0 into main
Showing only changes of commit 7ea43b101d - Show all commits

fix insecure proxy setup being called twice

Maple 2026-01-31 17:38:42 +01:00

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();