summaryrefslogtreecommitdiff
path: root/src/identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity.h')
-rw-r--r--src/identity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/identity.h b/src/identity.h
index e0d2803..4b61c66 100644
--- a/src/identity.h
+++ b/src/identity.h
@@ -28,6 +28,7 @@ struct IdentityData
struct Identity::Priv
{
vector<Stored<Signed<IdentityData>>> data;
+ vector<Stored<Signed<IdentityData>>> updates;
shared_future<optional<string>> name;
optional<Identity> owner;
Stored<PublicKey> keyMessage;