This commit is contained in:
Tiago Batista Cardoso
2026-01-25 03:25:54 +01:00
parent 9ecc944857
commit 10b77f8635
2 changed files with 11 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ async fn main() -> eframe::Result<()> {
eframe::run_native(
"p2p-merkle client",
options,
Box::new(|cc| {
Box::new(|_| {
let app = P2PClientApp::new(network_cmd_tx, network_event_rx);
Ok(Box::new(app))
}),