feat(network): add server-side facades (#282)
This commit is contained in:
parent
f223b0fde9
commit
b294f9be01
7 changed files with 206 additions and 41 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue