LP-fix : add LP x25519 key to the description (#6408)

* add x25519 key in LP description

* gateway probe adapt
This commit is contained in:
Simon Wicky
2026-02-03 10:25:43 +01:00
committed by GitHub
parent af04afbe5e
commit bd755385ed
5 changed files with 26 additions and 11 deletions
+1
View File
@@ -890,6 +890,7 @@ impl NymNode {
self.modes().entry,
self.config.gateway_tasks.lp.announced_control_port(),
self.config.gateway_tasks.lp.announced_data_port(),
*self.x25519_noise_keys.public_key(),
self.compute_kem_key_hashes(),
self.compute_signing_key_hashes(),
);