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:
parent
2b734e170c
commit
47814dca3d
44 changed files with 175 additions and 4196 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue