commit 0ad326762d3f08347624990848b68efebb8d9b26
parent ec57587862beb9da2e20820895ee79340018e0a4
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,