tidy
This commit is contained in:
@@ -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))
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user