summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-18 18:27:44 +0200
committerFlorian Dold <florian@dold.me>2021-10-18 18:27:44 +0200
commitd25d97c15002767cf3374eff38ec6cff92e15a1b (patch)
tree673e8399d508b1edc70bd0f1dc6810b0c50920e9 /src/restclient
parente3f978d1b6ad233f0a6ff179b04f575417a41e09 (diff)
downloadanastasis-d25d97c15002767cf3374eff38ec6cff92e15a1b.tar.gz
anastasis-d25d97c15002767cf3374eff38ec6cff92e15a1b.tar.bz2
anastasis-d25d97c15002767cf3374eff38ec6cff92e15a1b.zip
spell key_share_data like in docs
Diffstat (limited to 'src/restclient')
-rw-r--r--src/restclient/anastasis_api_truth_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restclient/anastasis_api_truth_store.c b/src/restclient/anastasis_api_truth_store.c
index 74b9238..18a3682 100644
--- a/src/restclient/anastasis_api_truth_store.c
+++ b/src/restclient/anastasis_api_truth_store.c
@@ -296,7 +296,7 @@ ANASTASIS_truth_store (
json_t *truth_data;
truth_data = GNUNET_JSON_PACK (
- GNUNET_JSON_pack_data_auto ("keyshare_data",
+ GNUNET_JSON_pack_data_auto ("key_share_data",
encrypted_keyshare),
GNUNET_JSON_pack_string ("type",
type),