1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Temporary disable msg comment encryption (The exchanges/payment services needs to read the comment of incoming messages)

This commit is contained in:
tolya-yanot 2021-08-02 00:02:06 +03:00 committed by main
parent e999275474
commit 2cd180d156

View file

@ -3051,9 +3051,9 @@ class GenericCreateSendGrams : public TonlibQueryActor {
}
}
if (!o_public_key) {
// if (!o_public_key) { // todo: (tolya-yanot) temporary disable msg comment encryption (The exchanges/payment services needs to read the comment of incoming messages). This will be uncommented when a general standard is developed.
return TonlibError::MessageEncryption("Get public key (in destination)");
}
// }
auto addr = source_->get_address();
addr.bounceable = true;