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

Generate tlo and other changes after merge

This commit is contained in:
SpyCheese 2022-10-06 13:53:53 +03:00
parent eb9d601d4e
commit 89771e2a2c
5 changed files with 7 additions and 7 deletions

View file

@ -73,9 +73,9 @@ class BroadcastSimple : public td::ListNode {
, date_(date)
, signature_(std::move(signature))
, is_valid_(is_valid)
, is_ours_(is_ours)
, overlay_(overlay)
, src_peer_id_(src_peer_id)
, is_ours_(is_ours) {
, src_peer_id_(src_peer_id) {
}
Overlay::BroadcastHash get_hash() const {