fix double call of setup in v1 proxy
This commit is contained in:
parent
f967c92cbe
commit
1cd8f192bb
2 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue