aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mtproto.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-08-21 23:13:36 +0300
committerlevlam <levlam@telegram.org>2021-08-21 23:13:36 +0300
commit530256928996704e62244c789957e849cd780aed (patch)
tree7b729095c52fca2ec510a4135286239a129cd9c9 /test/mtproto.cpp
parentd154399d705cf4bb0e8f037bcc171ae964fd4228 (diff)
Fix MTProto tests.
Diffstat (limited to 'test/mtproto.cpp')
-rw-r--r--test/mtproto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp
index 5e998ff00..c0b66e126 100644
--- a/test/mtproto.cpp
+++ b/test/mtproto.cpp
@@ -305,7 +305,7 @@ class HandshakeContext final : public mtproto::AuthKeyHandshakeContext {
}
private:
- PublicRsaKeyShared public_rsa_key{DcId::empty(), false};
+ PublicRsaKeyShared public_rsa_key{DcId::empty(), true};
};
class HandshakeTestActor final : public Actor {