Fix MTProto tests.

This commit is contained in:
levlam 2021-08-21 23:13:36 +03:00
parent d154399d70
commit 5302569289

View File

@ -305,7 +305,7 @@ class HandshakeContext final : public mtproto::AuthKeyHandshakeContext {
} }
private: private:
PublicRsaKeyShared public_rsa_key{DcId::empty(), false}; PublicRsaKeyShared public_rsa_key{DcId::empty(), true};
}; };
class HandshakeTestActor final : public Actor { class HandshakeTestActor final : public Actor {