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:
parent
cc0eb453cb
commit
469fb08c49
2 changed files with 23 additions and 21 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue