diff options
Diffstat (limited to 'src/identity.h')
-rw-r--r-- | src/identity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity.h b/src/identity.h index 92ac34f..1dfc193 100644 --- a/src/identity.h +++ b/src/identity.h @@ -13,7 +13,7 @@ namespace erebos { class IdentityData { public: - static optional<IdentityData> load(const Ref &); + static IdentityData load(const Ref &); Ref store(const Storage & st) const; const vector<Stored<Signed<IdentityData>>> prev; |