diff options
Diffstat (limited to 'tdutils')
| -rw-r--r-- | tdutils/td/utils/Ed25519.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdutils/td/utils/Ed25519.h b/tdutils/td/utils/Ed25519.h index 1f458d321..3af162537 100644 --- a/tdutils/td/utils/Ed25519.h +++ b/tdutils/td/utils/Ed25519.h @@ -37,7 +37,7 @@ class Ed25519 { bool operator==(const PublicKey &other) const { return octet_string_ == other.octet_string_; } - + bool operator!=(const PublicKey &other) const { return octet_string_ != other.octet_string_; } |
