merkel generation + render

This commit is contained in:
enx01
2025-11-27 18:32:56 +01:00
parent 8859846d8b
commit 74869221e0
5 changed files with 203 additions and 167 deletions

View File

@@ -26,7 +26,7 @@ async fn main() -> eframe::Result<()> {
};
eframe::run_native(
"Rust P2P Client (Merkle Tree Sync)",
"p2p-merkle client",
options,
Box::new(|cc| {
let app = P2PClientApp::new(network_cmd_tx, network_event_rx);