From 6f996d020a95ac5f9ccacfdaba0a6808b29caaa9 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 22 Oct 2025 21:21:06 +0800 Subject: [PATCH] fix error --- src/bin/punchnet/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/punchnet/main.rs b/src/bin/punchnet/main.rs index 2df0c1b..1ea15a8 100755 --- a/src/bin/punchnet/main.rs +++ b/src/bin/punchnet/main.rs @@ -77,7 +77,7 @@ async fn main() { // exit(0); } */ - if let Err(e) = edge.start_without_feedback(cmd.token).await { + if let Err(e) = edge.start_without_feedback(cmd.token, cmd.network_code).await { error!("failed to start: {:?}", e); }