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

deleted unused code, support for logrotate, update in block validation code

This commit is contained in:
ton 2019-09-10 12:30:35 +04:00
parent 2b734e170c
commit 47814dca3d
44 changed files with 175 additions and 4196 deletions

View file

@ -480,7 +480,7 @@ struct BlockHandleImpl : public BlockHandleInterface {
}
BlockHandleImpl(td::BufferSlice data);
~BlockHandleImpl() {
CHECK(!need_flush());
LOG_CHECK(!need_flush()) << "flags=" << flags_;
get_thread_safe_counter().add(-1);
}