aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mtproto.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-06-09 16:38:38 +0300
committerlevlam <levlam@telegram.org>2022-06-09 16:38:38 +0300
commita30ac1c27747de71b08f674d1b771b0612ac714e (patch)
tree93e326a696b3de510603fb74faf093ddca3f8eea /test/mtproto.cpp
parent7941672e79570242a7b53618ead79ccdcbaf1575 (diff)
Minor improvements.
Diffstat (limited to 'test/mtproto.cpp')
-rw-r--r--test/mtproto.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp
index 91c82abe5..9990c31ee 100644
--- a/test/mtproto.cpp
+++ b/test/mtproto.cpp
@@ -305,6 +305,9 @@ class HandshakeContext final : public td::mtproto::AuthKeyHandshakeContext {
td::mtproto::PublicRsaKeyInterface *get_public_rsa_key_interface() final {
return &public_rsa_key;
}
+ td::Status try_start() final {
+ return td::Status::OK();
+ }
private:
td::PublicRsaKeyShared public_rsa_key{td::DcId::empty(), true};