More constant changes.

This commit is contained in:
Sean Bowe 2016-09-27 12:04:22 -06:00
parent 189a9ea70d
commit 8fe69a6dca
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
pub const NETWORK_MAGIC: [u8; 8] = [0xee, 0xee, 0x1f, 0xcc, 0x1c, 0xee, 0xcc, 0x19];
pub const NETWORK_MAGIC: [u8; 8] = [0xe8, 0xee, 0x1f, 0xcc, 0x1c, 0xee, 0xcc, 0x19];
pub const USE_DUMMY_CS: bool = false;

View File

@ -23,8 +23,8 @@ use bincode::rustc_serialize::{encode_into, decode_from};
use rustc_serialize::{Decodable, Encodable};
pub const THREADS: usize = 8;
pub const DIRECTORY_PREFIX: &'static str = "/home/sean/mpc_trialrun/network/";
const COORDINATOR_ADDR: &'static str = "52.41.255.202:65530";
pub const DIRECTORY_PREFIX: &'static str = "/";
const COORDINATOR_ADDR: &'static str = "mdr.z.cash:65530";
struct ConnectionHandler {
peerid: [u8; 8],