mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Limit max number of public libraries on contracts (#808)
This commit is contained in:
parent
909e7dbdfc
commit
31263fb475
7 changed files with 44 additions and 9 deletions
|
@ -4310,7 +4310,7 @@ bool Collator::update_public_libraries() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (libraries_changed_ && verbosity >= 2 * 0) {
|
||||
if (libraries_changed_ && verbosity >= 2) {
|
||||
std::cerr << "New public libraries: ";
|
||||
block::gen::t_HashmapE_256_LibDescr.print(std::cerr, shard_libraries_->get_root());
|
||||
shard_libraries_->get_root()->print_rec(std::cerr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue