Thread beacon node RPC server

This commit is contained in:
Age Manning
2019-03-22 16:46:52 +11:00
parent 858cf4f1f4
commit a4cfe68272
4 changed files with 41 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ impl ClientConfig {
};
fs::create_dir_all(&data_dir)
.unwrap_or_else(|_| panic!("Unable to create {:?}", &data_dir));
let server = "localhost:50051".to_string();
let server = "localhost:5051".to_string();
let spec = ChainSpec::foundation();
Self {
data_dir,