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

update tonlib

tonlib: update
collator: increased collation speed for masterchain
fift: bugfixes
This commit is contained in:
ton 2019-10-04 16:08:02 +04:00
parent 7ea00ebfcf
commit dd745485e2
27 changed files with 313 additions and 172 deletions

View file

@ -39,7 +39,7 @@ class KeyValueDir : public KeyValue {
}
td::Status erase(td::Slice key) override {
return td::unlink(key.str());
return td::unlink(to_file_path(key.str()));
}
void foreach_key(std::function<void(td::Slice)> f) override {