aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_peerstore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 1d7e2259a..d9acf0576 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -47,12 +47,12 @@ extern "C"
47/** 47/**
48 * Key used for storing addresses in URL format in the peerstore 48 * Key used for storing addresses in URL format in the peerstore
49 */ 49 */
50#define GNUNET_PEERSTORE_TRANSPORT_URLADDRESS_KEY "transport-address" 50#define GNUNET_PEERSTORE_TRANSPORT_URLADDRESS_KEY "transport-communicator-url"
51 51
52/** 52/**
53 * Key used for storing HELLOs in the peerstore 53 * Key used for storing HELLOs in the peerstore
54 */ 54 */
55#define GNUNET_PEERSTORE_TRANSPORT_HELLO_KEY "transport-address" 55#define GNUNET_PEERSTORE_TRANSPORT_HELLO_KEY "transport-peer-hello"
56 56
57 57
58/** 58/**