mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 12:12:21 +00:00
Fix getting creator stats in lite-client (#1115)
This commit is contained in:
parent
9c3dc22b78
commit
9a10f79fba
1 changed files with 1 additions and 3 deletions
|
@ -3429,9 +3429,7 @@ void TestNode::got_creator_stats(ton::BlockIdExt req_blkid, ton::BlockIdExt blki
|
||||||
promise.set_error(td::Status::Error(PSLICE() << "invalid CreatorStats record with key " << key.to_hex()));
|
promise.set_error(td::Status::Error(PSLICE() << "invalid CreatorStats record with key " << key.to_hex()));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (mc_cnt.modified_since(min_utime) || shard_cnt.modified_since(min_utime)) {
|
func(key, mc_cnt, shard_cnt);
|
||||||
func(key, mc_cnt, shard_cnt);
|
|
||||||
}
|
|
||||||
allow_eq = false;
|
allow_eq = false;
|
||||||
}
|
}
|
||||||
if (complete) {
|
if (complete) {
|
||||||
|
|
Loading…
Reference in a new issue