fix #defines, need to have different values
authorChristian Grothoff <christian@grothoff.org>
Wed, 17 Apr 2019 09:17:49 +0000 (11:17 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 17 Apr 2019 09:17:49 +0000 (11:17 +0200)
src/include/gnunet_peerstore_service.h

index 1d7e2259a0a799bb0c8aa52225017bc9d282b931..d9acf0576022cba42eddbad8540c5ba7d4c27b1f 100644 (file)
@@ -47,12 +47,12 @@ extern "C"
 /**
  * Key used for storing addresses in URL format in the peerstore
  */
-#define GNUNET_PEERSTORE_TRANSPORT_URLADDRESS_KEY "transport-address"
+#define GNUNET_PEERSTORE_TRANSPORT_URLADDRESS_KEY "transport-communicator-url"
 
 /**
  * Key used for storing HELLOs in the peerstore
  */
-#define GNUNET_PEERSTORE_TRANSPORT_HELLO_KEY "transport-address"
+#define GNUNET_PEERSTORE_TRANSPORT_HELLO_KEY "transport-peer-hello"
 
 
 /**