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:
parent
eb9d601d4e
commit
89771e2a2c
5 changed files with 7 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue