mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 01:24:02 -05:00
log when successfully registered
This commit is contained in:
parent
01bfa93cf7
commit
dcf5923d3e
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ where
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tracing::info!("Successfully registered with rendezvous node");
|
||||||
// record re-registration after half the ttl has expired
|
// record re-registration after half the ttl has expired
|
||||||
self.rendezvous_reregister_timestamp = Some(Instant::now() + Duration::from_secs(ttl) / 2);
|
self.rendezvous_reregister_timestamp = Some(Instant::now() + Duration::from_secs(ttl) / 2);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue