diff --git a/src/commands/run.rs b/src/commands/run.rs index 67926ccc00..c892fe6a08 100644 --- a/src/commands/run.rs +++ b/src/commands/run.rs @@ -92,7 +92,7 @@ fn route_from(topology: &Topology, route_len: usize) -> Vec { // TODO: where do we retrieve this guy from? fn get_destination() -> Destination { Destination { - address: [0u8; 32], - identifier: [0u8; 16], + address: [42u8; 32], + identifier: [1u8; 16], } }