mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-23 03:44:04 +03:00
prints
This commit is contained in:
parent
6ae6fb24fc
commit
4c4654c89d
@ -224,6 +224,8 @@ async fn main() {
|
||||
}
|
||||
};
|
||||
|
||||
println!("our: {:?}\r", our);
|
||||
|
||||
// the boolean flag determines whether the runtime module is *public* or not,
|
||||
// where public means that any process can always message it.
|
||||
#[allow(unused_mut)]
|
||||
|
@ -757,6 +757,11 @@ pub async fn assign_routing(
|
||||
ip & 0xFF
|
||||
);
|
||||
|
||||
println!("routers: {:?}\r", routers);
|
||||
println!("node_ip: {:?}\r", node_ip);
|
||||
println!("ws: {:?}\r", ws);
|
||||
println!("tcp: {:?}\r", tcp);
|
||||
|
||||
if !routers.is_empty() {
|
||||
// indirect node
|
||||
return Ok(());
|
||||
|
Loading…
Reference in New Issue
Block a user