diff options
| author | levlam <levlam@telegram.org> | 2025-03-07 15:10:25 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-03-07 15:10:25 +0300 |
| commit | 85994650c4a4241990d562d2203c60bf22b81dfa (patch) | |
| tree | 11ec20c92fe1579f73bae7b7f3443f17a1700e4f /tdutils | |
| parent | 16ca19038c5fe84224f823412d10728d79a3ab37 (diff) | |
Minor improvements.
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_; } |
