Remove Arc from config structs to make them Serialize
This commit is contained in:
@@ -442,7 +442,7 @@ where
|
||||
|
||||
pub fn make_test_node(id: u32) -> Node {
|
||||
Node {
|
||||
id,
|
||||
id: format!("{:02}", id),
|
||||
host: "localhost".into(),
|
||||
listen: "0.0.0.0".into(),
|
||||
port: 8800 + id as u16,
|
||||
|
||||
Reference in New Issue
Block a user