mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
tonlib updated
- updated tonlib - added documentation - speed up full node synchronization
This commit is contained in:
parent
07b26e2259
commit
ac3eb1a7b8
30 changed files with 1351 additions and 160 deletions
|
@ -296,7 +296,7 @@ void ValidatorSessionImpl::process_query(PublicKeyHash src, td::BufferSlice data
|
|||
if (round_id < real_state_->cur_round_seqno()) {
|
||||
block = real_state_->get_committed_block(description(), round_id);
|
||||
if (!block || SentBlock::get_block_id(block) != id) {
|
||||
promise.set_error(td::Status::Error(ErrorCode::notready, "wrong block"));
|
||||
promise.set_error(td::Status::Error(ErrorCode::notready, "wrong block in old round"));
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue