mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add overlay certificate checks
This commit is contained in:
parent
9e9351903a
commit
678a8a6a13
17 changed files with 232 additions and 62 deletions
|
@ -185,6 +185,9 @@ class BroadcastFec : public td::ListNode {
|
|||
}
|
||||
}
|
||||
|
||||
void broadcast_checked(td::Result<td::Unit> R) {
|
||||
}
|
||||
|
||||
private:
|
||||
bool ready_ = false;
|
||||
|
||||
|
@ -311,4 +314,3 @@ class OverlayFecBroadcastPart : public td::ListNode {
|
|||
} // namespace overlay
|
||||
|
||||
} // namespace ton
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue