mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge e534cfa2e0
into 0439613bff
This commit is contained in:
commit
34c9a50e4d
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ struct PartsHelper {
|
|||
return key() < other.key();
|
||||
}
|
||||
};
|
||||
std::set<Key> rarest_parts; // TODO: use vector instead of set
|
||||
std::vector<Key> rarest_parts; // Using vector for better performance
|
||||
};
|
||||
|
||||
std::vector<Part> parts_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue