This commit is contained in:
Jon Häggblad
2023-12-08 12:28:03 +01:00
parent 0861304368
commit a08cc64fc7
@@ -13,6 +13,6 @@ pub struct IpPacketRouter {
/// Base58-encoded x25519 public key used for performing key exchange with remote clients.
pub encoded_x25519_key: String,
/// Nym address of this network requester.
/// Nym address of this ip packet router.
pub address: String,
}