Implemented P2P network protocol. Refactored project structure.
This commit is contained in:
+3
-1
@@ -50,7 +50,9 @@ impl Context {
|
||||
pub struct Settings {
|
||||
pub chain_name: String,
|
||||
pub version_flags: u32,
|
||||
pub key_file: String
|
||||
pub key_file: String,
|
||||
pub listen: String,
|
||||
pub peers: Vec<String>
|
||||
}
|
||||
|
||||
impl Settings {
|
||||
|
||||
Reference in New Issue
Block a user