summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 47a828d7..318a6002 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -148,7 +148,7 @@ typedef struct {
148} DHT_Friend; 148} DHT_Friend;
149 149
150typedef struct { 150typedef struct {
151 uint8_t client_id[CLIENT_ID_SIZE]; 151 uint8_t public_key[crypto_box_PUBLICKEYBYTES];
152 IP_Port ip_port; 152 IP_Port ip_port;
153} 153}
154Node_format; 154Node_format;