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

New tag for encrypted messages

This commit is contained in:
SpyCheese 2023-06-27 09:22:09 +03:00
parent cc0eb453cb
commit 469fb08c49
2 changed files with 23 additions and 21 deletions

View file

@ -68,7 +68,7 @@ void WalletInterface::store_gift_message(vm::CellBuilder &cb, const Gift &gift)
}
if (gift.is_encrypted) {
cb.store_long(1, 32);
cb.store_long(0x2167da4b, 32);
} else {
cb.store_long(0, 32);
}