fix insecure proxy setup being called twice
This commit is contained in:
parent
dcbbf2e1fe
commit
7ea43b101d
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue