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

Send telemetry broadcasts to fast sync overlays

This commit is contained in:
SpyCheese 2024-11-26 10:53:55 +03:00
parent e6aac0b143
commit d9aeab07db
8 changed files with 141 additions and 27 deletions

View file

@ -4985,7 +4985,7 @@ int main(int argc, char *argv[]) {
});
p.add_option(
'\0', "collect-validator-telemetry",
"store validator telemetry from private block overlay to a given file (json format)",
"store validator telemetry from fast sync overlay to a given file (json format)",
[&](td::Slice s) {
acts.push_back(
[&x, s = s.str()]() {