feat(network): add server-side facades (#282)

This commit is contained in:
Harper 2023-09-01 13:15:14 +01:00 committed by GitHub
parent f223b0fde9
commit b294f9be01
7 changed files with 206 additions and 41 deletions

View file

@ -57,7 +57,7 @@ impl VersionTable {
}
}
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq)]
pub struct VersionData {
network_magic: u64,
initiator_and_responder_diffusion_mode: bool,