Fix MTProto tests.
This commit is contained in:
parent
d154399d70
commit
5302569289
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user