Skip to content

Commit 2149475

Browse files
committed
Testing Node Ann Broadcast when node is_hrn_resolver
This commit will be dropped later
1 parent 6068c1c commit 2149475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ impl Node {
468468
if let Some(node_alias) = node_alias.as_ref() {
469469
bcast_pm.broadcast_node_announcement([0; 3], node_alias.0, addresses);
470470

471+
println!("broadcasted announncement");
472+
471473
let unix_time_secs_opt =
472474
SystemTime::now().duration_since(UNIX_EPOCH).ok().map(|d| d.as_secs());
473475
{

0 commit comments

Comments
 (0)