mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Decrease size limits
This commit is contained in:
parent
1bef6df455
commit
4e25a8ad56
2 changed files with 4 additions and 1 deletions
|
|
@ -240,7 +240,6 @@ struct ParamLimits {
|
|||
int classify(td::uint64 value) const;
|
||||
bool fits(unsigned cls, td::uint64 value) const;
|
||||
|
||||
private:
|
||||
std::array<td::uint32, limits_cnt> limits_;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue