mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into accelerator
This commit is contained in:
commit
3ab7cc3c73
23 changed files with 355 additions and 81 deletions
|
@ -47,9 +47,6 @@ struct Neighbour {
|
|||
void query_failed();
|
||||
void update_roundtrip(double t);
|
||||
|
||||
bool use_rldp2() const {
|
||||
return std::make_pair(version_major, version_minor) >= std::make_pair<td::uint32, td::uint32>(2, 2);
|
||||
}
|
||||
bool has_state() const {
|
||||
return !(flags & FLAG_NO_STATE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue