aboutsummaryrefslogtreecommitdiff
path: root/include/olm/account.hh
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-07-08 11:16:00 +0100
committerMark Haines <mark.haines@matrix.org>2015-07-08 11:16:00 +0100
commit974e0984bd0d618093669780a75739d4b02fd3b2 (patch)
tree637841d1bb9cf3fc4e3f76af0253022afc29c4e6 /include/olm/account.hh
parent3a382aec59937b086c37f039f1b011f253e80e97 (diff)
Update the javascript bindings and demo to match the format of the identity key JSON
Diffstat (limited to 'include/olm/account.hh')
-rw-r--r--include/olm/account.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/account.hh b/include/olm/account.hh
index 1a4778b..b51fc1e 100644
--- a/include/olm/account.hh
+++ b/include/olm/account.hh
@@ -96,7 +96,7 @@ struct Account {
std::uint8_t const * device_id, std::size_t device_id_length,
std::uint64_t valid_after_ts,
std::uint64_t valid_until_ts,
- std::uint8_t * identity_keys, std::size_t identity_keys_length
+ std::uint8_t * identity_json, std::size_t identity_json_length
);
OneTimeKey const * lookup_key(