This commit is contained in:
Tiago Batista Cardoso
2026-01-25 02:16:22 +01:00
parent 929c386b09
commit 54cd6ebc41
2 changed files with 30 additions and 177 deletions

View File

@@ -196,7 +196,6 @@ pub enum NetworkEvent {
Disconnected(),
Error(String, String),
Success(String, String),
PeerConnected(String),
PeerListUpdated(Vec<(String, bool)>),
FileTreeReceived([u8; 32], MerkleNode, String), // peer_id, content
DataReceived([u8; 32], MerkleNode, String),