merkel generation + render
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user