Skip to content

Commit

Permalink
Update Peer ID to 0010
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminarys committed Jun 9, 2019
1 parent ba04ce8 commit 634ee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ lazy_static! {
use rand::{self, Rng};

let mut pid = [0u8; 20];
let prefix = b"-SY0002-";
let prefix = b"-SY0010-";
for i in 0..prefix.len() {
pid[i] = prefix[i];
}
Expand Down

0 comments on commit 634ee2a

Please sign in to comment.