diff options
Diffstat (limited to 'src/lib/anastasis_recovery.c')
-rw-r--r-- | src/lib/anastasis_recovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c index 528bbd1..b85b0f6 100644 --- a/src/lib/anastasis_recovery.c +++ b/src/lib/anastasis_recovery.c | |||
@@ -1033,6 +1033,8 @@ ANASTASIS_recovery_serialize (const struct ANASTASIS_Recovery *r) | |||
1033 | cs = GNUNET_JSON_PACK ( | 1033 | cs = GNUNET_JSON_PACK ( |
1034 | GNUNET_JSON_pack_data_auto ("uuid", | 1034 | GNUNET_JSON_pack_data_auto ("uuid", |
1035 | &c->ci.uuid), | 1035 | &c->ci.uuid), |
1036 | GNUNET_JSON_pack_string ("uuid-display", | ||
1037 | ANASTASIS_CRYPTO_uuid2s (&c->ci.uuid)), | ||
1036 | GNUNET_JSON_pack_data_auto ("truth_key", | 1038 | GNUNET_JSON_pack_data_auto ("truth_key", |
1037 | &c->truth_key), | 1039 | &c->truth_key), |
1038 | GNUNET_JSON_pack_data_auto ("salt", | 1040 | GNUNET_JSON_pack_data_auto ("salt", |