fix double call of setup in v1 proxy

This commit is contained in:
Maple 2026-01-31 17:24:11 +01:00
commit 1cd8f192bb
2 changed files with 1 additions and 3 deletions

View file

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