mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Extra shard overlay stats
This commit is contained in:
parent
8c4bc5b3f1
commit
da137fecf5
7 changed files with 62 additions and 4 deletions
|
@ -170,6 +170,9 @@ class Overlays : public td::actor::Actor {
|
|||
td::Promise<td::Unit> promise) {
|
||||
promise.set_value(td::Unit());
|
||||
}
|
||||
virtual void get_stats_extra(td::Promise<std::string> promise) {
|
||||
promise.set_result("");
|
||||
}
|
||||
virtual ~Callback() = default;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue