fix identity-length

This commit is contained in:
Roman Volosovskyi 2016-07-05 16:25:33 +03:00
parent db5c654686
commit 7413352563
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
(not (realm/exists? :contacts :whisper-identity identity)))
(defn valid-length? [identity]
(= 64 (count identity)))
(= 132 (count identity)))
(s/def ::identity-length valid-length?)
(s/def ::unique-identity unique-identity?)