commit 6afefef5772065f76ad5f512ea7468567957d0df
parent da2f9f729bb1a390a77de6658dd9d74a4e8ffc30
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Sat, 9 Dec 2023 18:24:12 +0100
conversation: fix test new API GNS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/contrib/service/conversation/test_conversation_api.c b/src/contrib/service/conversation/test_conversation_api.c
@@ -437,7 +437,7 @@ identity_cb (void *cls,
GNUNET_assert (rd.record_type == GNUNET_GNSRECORD_TYPE_PHONE);
rd.expiration_time = UINT64_MAX;
qe =
- GNUNET_NAMESTORE_records_store (ns,
+ GNUNET_NAMESTORE_record_set_store (ns,
GNUNET_IDENTITY_ego_get_private_key (ego),
"phone" /* GNS label */,
1,