diff options
| author | levlam <levlam@telegram.org> | 2021-08-21 23:13:36 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-08-21 23:13:36 +0300 |
| commit | 530256928996704e62244c789957e849cd780aed (patch) | |
| tree | 7b729095c52fca2ec510a4135286239a129cd9c9 /test/mtproto.cpp | |
| parent | d154399d705cf4bb0e8f037bcc171ae964fd4228 (diff) | |
Fix MTProto tests.
Diffstat (limited to 'test/mtproto.cpp')
| -rw-r--r-- | test/mtproto.cpp | 2 |
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 { |
