Small changes.

This commit is contained in:
Revertron
2021-03-08 10:41:22 +01:00
parent aa32599092
commit 5c2373b40d
+1 -1
View File
@@ -221,7 +221,7 @@ impl Blockchain {
return false;
}
let identity_hash = hash_identity(domain, None);
if !self.is_id_available(identity_hash, &keystore.get_public()) {
if !self.is_id_available(&identity_hash, &keystore.get_public()) {
return false;
}